Html Css Color HEX #B66D64 Coral Tree

📋 copy color: '#B66D64'

red 182 ◦ green 109 ◦ blue 100

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

Shades of Coral Tree #B66D64

Tints of Coral Tree #B66D64

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.88%

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

R = 46.55%
G = 27.88%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B66D64 (or 0xB66D64) is known color: Coral Tree. HEX triplet: B6, 6D and 64. RGB value is (182,109,100). Sum of RGB (Red+Green+Blue) = 182+109+100=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66D64 is #49929B. Grayscale: #818181. Windows color (decimal): -4821660 or 6581686. OLE color: 6581686.

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

Color convert

RGB 182 109 100 -
CMYK 0 0.40 0.45 0.29
HSL 6.59º 0.36% 0.55% -
HSV(B) 6.59º 0.45% 0.71% -
XYZ 27.06 21.8 14.84 -
YUV 129.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 182 109 100 0 0.40 0.45 0.29 6.59 0.36 0.55
Hex B6 6D 64 0 28 2D 1D 7 24 37
Octal 266 155 144 0 50 55 35 7 44 67
Binary 10110110 1101101 1100100 0 101000 101101 11101 111 100100 110111

Color Harmonies of #B66D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D64

Black with #B66D64

Text Example


Text Example

White with #B66D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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