Html Css Color HEX #B07666 Coral Tree

📋 copy color: '#B07666'

red 176 ◦ green 118 ◦ blue 102

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

Shades of Coral Tree #B07666

Tints of Coral Tree #B07666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

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

R = 44.44%
G = 29.8%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B07666 (or 0xB07666) is known color: Coral Tree. HEX triplet: B0, 76 and 66. RGB value is (176,118,102). Sum of RGB (Red+Green+Blue) = 176+118+102=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B07666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07666 is #4F8999. Grayscale: #858585. Windows color (decimal): -5212570 or 6715056. OLE color: 6715056.

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

Color convert

RGB 176 118 102 -
CMYK 0 0.33 0.42 0.31
HSL 12.97º 0.32% 0.55% -
HSV(B) 12.97º 0.42% 0.69% -
XYZ 26.78 23.15 15.63 -
YUV 133.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 176 118 102 0 0.33 0.42 0.31 12.97 0.32 0.55
Hex B0 76 66 0 21 2A 1F D 20 37
Octal 260 166 146 0 41 52 37 15 40 67
Binary 10110000 1110110 1100110 0 100001 101010 11111 1101 100000 110111

Color Harmonies of #B07666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07666

Black with #B07666

Text Example


Text Example

White with #B07666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07666; }

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

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

background-color css

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

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

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

border-color css

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

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

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