Html Css Color HEX #B0706C Coral Tree

📋 copy color: '#B0706C'

red 176 ◦ green 112 ◦ blue 108

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

Shades of Coral Tree #B0706C

Tints of Coral Tree #B0706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.27%

R = 44.44%
G = 28.28%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0706C (or 0xB0706C) is known color: Coral Tree. HEX triplet: B0, 70 and 6C. RGB value is (176,112,108). Sum of RGB (Red+Green+Blue) = 176+112+108=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0706C is #4F8F93. Grayscale: #828282. Windows color (decimal): -5214100 or 7106736. OLE color: 7106736.

HSL color Cylindrical-coordinate representation of color #B0706C: hue angle of 3.53º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0706C is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 108 -
CMYK 0 0.36 0.39 0.31
HSL 3.53º 0.3% 0.56% -
HSV(B) 3.53º 0.39% 0.69% -
XYZ 26.41 21.9 17.02 -
YUV 130.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 176 112 108 0 0.36 0.39 0.31 3.53 0.3 0.56
Hex B0 70 6C 0 24 27 1F 4 1E 38
Octal 260 160 154 0 44 47 37 4 36 70
Binary 10110000 1110000 1101100 0 100100 100111 11111 100 11110 111000

Color Harmonies of #B0706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0706C

Black with #B0706C

Text Example


Text Example

White with #B0706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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