Html Css Color HEX #B67064 Coral Tree

📋 copy color: '#B67064'

red 182 ◦ green 112 ◦ blue 100

#B67064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #B67064

Tints of Coral Tree #B67064

RGB

 RED value IS 182 (71.48% from 255) = 46.19%

 GREEN value IS 112 (44.14% from 255) = 28.43%

 BLUE value IS 100 (39.45% from 255) = 25.38%

R = 46.19%
G = 28.43%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B67064 (or 0xB67064) is known color: Coral Tree. HEX triplet: B6, 70 and 64. RGB value is (182,112,100). Sum of RGB (Red+Green+Blue) = 182+112+100=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B67064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67064 is #498F9B. Grayscale: #838383. Windows color (decimal): -4820892 or 6582454. OLE color: 6582454.

HSL color Cylindrical-coordinate representation of color #B67064: hue angle of 8.78º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B67064 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 112 100 -
CMYK 0 0.38 0.45 0.29
HSL 8.78º 0.36% 0.55% -
HSV(B) 8.78º 0.45% 0.71% -
XYZ 27.39 22.45 14.95 -
YUV 131.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 182 112 100 0 0.38 0.45 0.29 8.78 0.36 0.55
Hex B6 70 64 0 26 2D 1D 9 24 37
Octal 266 160 144 0 46 55 35 11 44 67
Binary 10110110 1110000 1100100 0 100110 101101 11101 1001 100100 110111

Color Harmonies of #B67064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67064

Black with #B67064

Text Example


Text Example

White with #B67064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67064; }

 p { color: rgb(182,112,100); }

 H1.HeaderClassName
 {
   color: #B67064;
 }
 .AnyTagClassName
 {
   color: #B67064;
 }
</style>

background-color css

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

 a { background-color: rgb(182,112,100); }

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

border-color css

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

 span { border-color: rgb(182,112,100); }

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