#B4675C

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

Shades of Coral Tree #B4675C

Tints of Coral Tree #B4675C

Color information

#B4675C (or 0xB4675C) is unknown color: approx Coral Tree. HEX triplet: B4, 67 and 5C. RGB value is (180,103,92). Sum of RGB (Red+Green+Blue) = 180+103+92=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4675C is #4B98A3. Grayscale: #7C7C7C. Windows color (decimal): -4954276 or 6055860. OLE color: 6055860.

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

Color convert

RGB18010392-
CMYK00.430.490.29
HSL7.5º36.97%53.33%-
HSV(B)7.5º48.89%70.59%-
XYZ25.620.1812.67-
YUV124.77109.51167.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=48%
G=27.47%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801039200.430.490.297.536.9753.33
HexB4675C02B311D82535
Octal2641471340536135104565
Binary10110100110011110111000101011110001111011000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4675C; }

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

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

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

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

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

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

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

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