Html Css Color HEX #B06666 Coral Tree

📋 copy color: '#B06666'

red 176 ◦ green 102 ◦ blue 102

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

Shades of Coral Tree #B06666

Tints of Coral Tree #B06666

RGB

 RED value IS 176 (69.14% from 255) = 46.32%

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

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

R = 46.32%
G = 26.84%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B06666 (or 0xB06666) is known color: Coral Tree. HEX triplet: B0, 66 and 66. RGB value is (176,102,102). Sum of RGB (Red+Green+Blue) = 176+102+102=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B06666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06666 is #4F9999. Grayscale: #7C7C7C. Windows color (decimal): -5216666 or 6710960. OLE color: 6710960.

HSL color Cylindrical-coordinate representation of color #B06666: hue angle of 0º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B06666 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 102 -
CMYK 0 0.42 0.42 0.31
HSL 0.32% 0.55% -
HSV(B) 0.42% 0.69% -
XYZ 25.05 19.69 15.05 -
YUV 124.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 176 102 102 0 0.42 0.42 0.31 0 0.32 0.55
Hex B0 66 66 0 2A 2A 1F 0 20 37
Octal 260 146 146 0 52 52 37 0 40 67
Binary 10110000 1100110 1100110 0 101010 101010 11111 0 100000 110111

Color Harmonies of #B06666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06666

Black with #B06666

Text Example


Text Example

White with #B06666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06666; }

 p { color: rgb(176,102,102); }

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

background-color css

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

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

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

border-color css

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

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

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