#B4695B

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

Shades of Coral Tree #B4695B

Tints of Coral Tree #B4695B

Color information

#B4695B (or 0xB4695B) is unknown color: approx Coral Tree. HEX triplet: B4, 69 and 5B. RGB value is (180,105,91). Sum of RGB (Red+Green+Blue) = 180+105+91=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4695B is #4B96A4. Grayscale: #7D7D7D. Windows color (decimal): -4953765 or 5990836. OLE color: 5990836.

HSL color Cylindrical-coordinate representation of color #B4695B: hue angle of 9.44º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4695B is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18010591-
CMYK00.420.490.29
HSL9.44º37.24%53.14%-
HSV(B)9.44º49.44%70.59%-
XYZ25.7620.5612.51-
YUV125.83108.35166.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=47.87%
G=27.93%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801059100.420.490.299.4437.2453.14
HexB4695B02A311D92535
Octal2641511330526135114565
Binary10110100110100110110110101010110001111011001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4695B; }

 p { color: rgb(180,105,91); }

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

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

 a { background-color: rgb(180,105,91); }

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

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

 span { border-color: rgb(180,105,91); }

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