#B6675A

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

Shades of Coral Tree #B6675A

Tints of Coral Tree #B6675A

Color information

#B6675A (or 0xB6675A) is unknown color: approx Coral Tree. HEX triplet: B6, 67 and 5A. RGB value is (182,103,90). Sum of RGB (Red+Green+Blue) = 182+103+90=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6675A is #4998A5. Grayscale: #7D7D7D. Windows color (decimal): -4823206 or 5924790. OLE color: 5924790.

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

Color convert

RGB18210390-
CMYK00.430.510.29
HSL8.48º38.66%53.33%-
HSV(B)8.48º50.55%71.37%-
XYZ25.9920.3812.24-
YUV125.14108.17168.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 90 (35.55% from 255) = 24%
R=48.53%
G=27.47%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821039000.430.510.298.4838.6653.33
HexB6675A02B331D82735
Octal2661471320536335104765
Binary10110110110011110110100101011110011111011000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6675A; }

 p { color: rgb(182,103,90); }

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

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

 a { background-color: rgb(182,103,90); }

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

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

 span { border-color: rgb(182,103,90); }

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