Html Css Color HEX #B66F64 Coral Tree

📋 copy color: '#B66F64'

red 182 ◦ green 111 ◦ blue 100

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

Shades of Coral Tree #B66F64

Tints of Coral Tree #B66F64

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.24%

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

R = 46.31%
G = 28.24%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B66F64 (or 0xB66F64) is known color: Coral Tree. HEX triplet: B6, 6F and 64. RGB value is (182,111,100). Sum of RGB (Red+Green+Blue) = 182+111+100=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F64 is #49909B. Grayscale: #838383. Windows color (decimal): -4821148 or 6582198. OLE color: 6582198.

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

Color convert

RGB 182 111 100 -
CMYK 0 0.39 0.45 0.29
HSL 8.05º 0.36% 0.55% -
HSV(B) 8.05º 0.45% 0.71% -
XYZ 27.28 22.23 14.91 -
YUV 130.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 182 111 100 0 0.39 0.45 0.29 8.05 0.36 0.55
Hex B6 6F 64 0 27 2D 1D 8 24 37
Octal 266 157 144 0 47 55 35 10 44 67
Binary 10110110 1101111 1100100 0 100111 101101 11101 1000 100100 110111

Color Harmonies of #B66F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66F64

Black with #B66F64

Text Example


Text Example

White with #B66F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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