#B4695C

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

Shades of Coral Tree #B4695C

Tints of Coral Tree #B4695C

Color information

#B4695C (or 0xB4695C) is unknown color: approx Coral Tree. HEX triplet: B4, 69 and 5C. RGB value is (180,105,92). Sum of RGB (Red+Green+Blue) = 180+105+92=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4695C is #4B96A3. Grayscale: #7E7E7E. Windows color (decimal): -4953764 or 6056372. OLE color: 6056372.

HSL color Cylindrical-coordinate representation of color #B4695C: hue angle of 8.86º 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 #B4695C is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18010592-
CMYK00.420.490.29
HSL8.86º36.97%53.33%-
HSV(B)8.86º48.89%70.59%-
XYZ25.8120.5812.74-
YUV125.94108.85166.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=47.75%
G=27.85%
B=24.40%

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
Decimal1801059200.420.490.298.8636.9753.33
HexB4695C02A311D92535
Octal2641511340526135114565
Binary10110100110100110111000101010110001111011001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4695C; }

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

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

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

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

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

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

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

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