Html Css Color HEX #B07166 Coral Tree

📋 copy color: '#B07166'

red 176 ◦ green 113 ◦ blue 102

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

Shades of Coral Tree #B07166

Tints of Coral Tree #B07166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

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

R = 45.01%
G = 28.9%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B07166 (or 0xB07166) is known color: Coral Tree. HEX triplet: B0, 71 and 66. RGB value is (176,113,102). Sum of RGB (Red+Green+Blue) = 176+113+102=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B07166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07166 is #4F8E99. Grayscale: #828282. Windows color (decimal): -5213850 or 6713776. OLE color: 6713776.

HSL color Cylindrical-coordinate representation of color #B07166: hue angle of 8.92º 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 #B07166 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 113 102 -
CMYK 0 0.36 0.42 0.31
HSL 8.92º 0.32% 0.55% -
HSV(B) 8.92º 0.42% 0.69% -
XYZ 26.21 22 15.44 -
YUV 130.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 176 113 102 0 0.36 0.42 0.31 8.92 0.32 0.55
Hex B0 71 66 0 24 2A 1F 9 20 37
Octal 260 161 146 0 44 52 37 11 40 67
Binary 10110000 1110001 1100110 0 100100 101010 11111 1001 100000 110111

Color Harmonies of #B07166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07166

Black with #B07166

Text Example


Text Example

White with #B07166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07166; }

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

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

background-color css

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

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

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

border-color css

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

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

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