Html Css Color HEX #B66660 Coral Tree

📋 copy color: '#B66660'

red 182 ◦ green 102 ◦ blue 96

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

Shades of Coral Tree #B66660

Tints of Coral Tree #B66660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.26%

R = 47.89%
G = 26.84%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B66660 (or 0xB66660) is known color: Coral Tree. HEX triplet: B6, 66 and 60. RGB value is (182,102,96). Sum of RGB (Red+Green+Blue) = 182+102+96=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B66660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66660 is #49999F. Grayscale: #7D7D7D. Windows color (decimal): -4823456 or 6317750. OLE color: 6317750.

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

Color convert

RGB 182 102 96 -
CMYK 0 0.44 0.47 0.29
HSL 4.19º 0.37% 0.55% -
HSV(B) 4.19º 0.47% 0.71% -
XYZ 26.15 20.29 13.6 -
YUV 125.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 182 102 96 0 0.44 0.47 0.29 4.19 0.37 0.55
Hex B6 66 60 0 2C 2F 1D 4 25 37
Octal 266 146 140 0 54 57 35 4 45 67
Binary 10110110 1100110 1100000 0 101100 101111 11101 100 100101 110111

Color Harmonies of #B66660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66660

Black with #B66660

Text Example


Text Example

White with #B66660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66660; }

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

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

background-color css

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

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

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

border-color css

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

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

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