#B0675B

Color #B0675B Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #B0675B

Tints of Coral Tree #B0675B

Color information

#B0675B (or 0xB0675B) is unknown color: approx Coral Tree. HEX triplet: B0, 67 and 5B. RGB value is (176,103,91). Sum of RGB (Red+Green+Blue) = 176+103+91=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0675B is #4F98A4. Grayscale: #7B7B7B. Windows color (decimal): -5216421 or 5990320. OLE color: 5990320.

HSL color Cylindrical-coordinate representation of color #B0675B: hue angle of 8.47º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0675B is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17610391-
CMYK00.410.480.31
HSL8.47º34.98%52.35%-
HSV(B)8.47º48.3%69.02%-
XYZ24.6419.6912.4-
YUV123.46109.68165.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=47.57%
G=27.84%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761039100.410.480.318.4734.9852.35
HexB0675B029301F82334
Octal2601471330516037104364
Binary10110000110011110110110101001110000111111000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0675B; }

 p { color: rgb(176,103,91); }

 H1.HeaderClassName
 {
   color: #B0675B;
 }
 .AnyTagClassName
 {
   color: #B0675B;
 }
</style>
background-color css

<style>
 a { background-color: #B0675B; }

 a { background-color: rgb(176,103,91); }

 div.DivClassName
 {
   background-color: #B0675B;
 }
 .BgClassName
 {
   background-color: #B0675B;
 }
</style>
border-color css

<style>
 span { border-color: #B0675B; }

 span { border-color: rgb(176,103,91); }

 td.TdClassName
 {
   border-color: #B0675B;
 }
 .TagClassName
 {
   border-color: #B0675B;
 }
</style>