Html Css Color HEX #B07066 Coral Tree

📋 copy color: '#B07066'

red 176 ◦ green 112 ◦ blue 102

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

Shades of Coral Tree #B07066

Tints of Coral Tree #B07066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

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

R = 45.13%
G = 28.72%
B = 26.15%

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

#B07066 (or 0xB07066) is known color: Coral Tree. HEX triplet: B0, 70 and 66. RGB value is (176,112,102). Sum of RGB (Red+Green+Blue) = 176+112+102=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B07066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07066 is #4F8F99. Grayscale: #828282. Windows color (decimal): -5214106 or 6713520. OLE color: 6713520.

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

Color convert

RGB 176 112 102 -
CMYK 0 0.36 0.42 0.31
HSL 8.11º 0.32% 0.55% -
HSV(B) 8.11º 0.42% 0.69% -
XYZ 26.1 21.78 15.4 -
YUV 130 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 176 112 102 0 0.36 0.42 0.31 8.11 0.32 0.55
Hex B0 70 66 0 24 2A 1F 8 20 37
Octal 260 160 146 0 44 52 37 10 40 67
Binary 10110000 1110000 1100110 0 100100 101010 11111 1000 100000 110111

Color Harmonies of #B07066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07066

Black with #B07066

Text Example


Text Example

White with #B07066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07066; }

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

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

background-color css

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

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

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

border-color css

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

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

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