Html Css Color HEX #B06966 Coral Tree

📋 copy color: '#B06966'

red 176 ◦ green 105 ◦ blue 102

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

Shades of Coral Tree #B06966

Tints of Coral Tree #B06966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.42%

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

R = 45.95%
G = 27.42%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B06966 (or 0xB06966) is known color: Coral Tree. HEX triplet: B0, 69 and 66. RGB value is (176,105,102). Sum of RGB (Red+Green+Blue) = 176+105+102=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B06966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06966 is #4F9699. Grayscale: #7D7D7D. Windows color (decimal): -5215898 or 6711728. OLE color: 6711728.

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

Color convert

RGB 176 105 102 -
CMYK 0 0.40 0.42 0.31
HSL 2.43º 0.32% 0.55% -
HSV(B) 2.43º 0.42% 0.69% -
XYZ 25.35 20.29 15.15 -
YUV 125.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 176 105 102 0 0.40 0.42 0.31 2.43 0.32 0.55
Hex B0 69 66 0 28 2A 1F 2 20 37
Octal 260 151 146 0 50 52 37 2 40 67
Binary 10110000 1101001 1100110 0 101000 101010 11111 10 100000 110111

Color Harmonies of #B06966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06966

Black with #B06966

Text Example


Text Example

White with #B06966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06966; }

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

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

background-color css

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

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

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

border-color css

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

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

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