Html Css Color HEX #B66664 Coral Tree

📋 copy color: '#B66664'

red 182 ◦ green 102 ◦ blue 100

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

Shades of Coral Tree #B66664

Tints of Coral Tree #B66664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.56%

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

R = 47.4%
G = 26.56%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B66664 (or 0xB66664) is known color: Coral Tree. HEX triplet: B6, 66 and 64. RGB value is (182,102,100). Sum of RGB (Red+Green+Blue) = 182+102+100=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B66664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66664 is #49999B. Grayscale: #7D7D7D. Windows color (decimal): -4823452 or 6579894. OLE color: 6579894.

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

Color convert

RGB 182 102 100 -
CMYK 0 0.44 0.45 0.29
HSL 1.46º 0.36% 0.55% -
HSV(B) 1.46º 0.45% 0.71% -
XYZ 26.34 20.37 14.6 -
YUV 125.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 182 102 100 0 0.44 0.45 0.29 1.46 0.36 0.55
Hex B6 66 64 0 2C 2D 1D 1 24 37
Octal 266 146 144 0 54 55 35 1 44 67
Binary 10110110 1100110 1100100 0 101100 101101 11101 1 100100 110111

Color Harmonies of #B66664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66664

Black with #B66664

Text Example


Text Example

White with #B66664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66664; }

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

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

background-color css

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

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

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

border-color css

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

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

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