Html Css Color HEX #B07266 Coral Tree

📋 copy color: '#B07266'

red 176 ◦ green 114 ◦ blue 102

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

Shades of Coral Tree #B07266

Tints of Coral Tree #B07266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.08%

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

R = 44.9%
G = 29.08%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B07266 (or 0xB07266) is known color: Coral Tree. HEX triplet: B0, 72 and 66. RGB value is (176,114,102). Sum of RGB (Red+Green+Blue) = 176+114+102=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B07266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07266 is #4F8D99. Grayscale: #838383. Windows color (decimal): -5213594 or 6714032. OLE color: 6714032.

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

Color convert

RGB 176 114 102 -
CMYK 0 0.35 0.42 0.31
HSL 9.73º 0.32% 0.55% -
HSV(B) 9.73º 0.42% 0.69% -
XYZ 26.32 22.22 15.47 -
YUV 131.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 176 114 102 0 0.35 0.42 0.31 9.73 0.32 0.55
Hex B0 72 66 0 23 2A 1F A 20 37
Octal 260 162 146 0 43 52 37 12 40 67
Binary 10110000 1110010 1100110 0 100011 101010 11111 1010 100000 110111

Color Harmonies of #B07266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07266

Black with #B07266

Text Example


Text Example

White with #B07266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07266; }

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

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

background-color css

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

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

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

border-color css

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

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

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