Html Css Color HEX #B66C64 Coral Tree

📋 copy color: '#B66C64'

red 182 ◦ green 108 ◦ blue 100

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

Shades of Coral Tree #B66C64

Tints of Coral Tree #B66C64

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.69%

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

R = 46.67%
G = 27.69%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B66C64 (or 0xB66C64) is known color: Coral Tree. HEX triplet: B6, 6C and 64. RGB value is (182,108,100). Sum of RGB (Red+Green+Blue) = 182+108+100=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66C64 is #49939B. Grayscale: #818181. Windows color (decimal): -4821916 or 6581430. OLE color: 6581430.

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

Color convert

RGB 182 108 100 -
CMYK 0 0.41 0.45 0.29
HSL 5.85º 0.36% 0.55% -
HSV(B) 5.85º 0.45% 0.71% -
XYZ 26.95 21.59 14.8 -
YUV 129.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 182 108 100 0 0.41 0.45 0.29 5.85 0.36 0.55
Hex B6 6C 64 0 29 2D 1D 6 24 37
Octal 266 154 144 0 51 55 35 6 44 67
Binary 10110110 1101100 1100100 0 101001 101101 11101 110 100100 110111

Color Harmonies of #B66C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66C64

Black with #B66C64

Text Example


Text Example

White with #B66C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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