Html Css Color HEX #B0706B Coral Tree

📋 copy color: '#B0706B'

red 176 ◦ green 112 ◦ blue 107

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

Shades of Coral Tree #B0706B

Tints of Coral Tree #B0706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.09%

R = 44.56%
G = 28.35%
B = 27.09%

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

#B0706B (or 0xB0706B) is known color: Coral Tree. HEX triplet: B0, 70 and 6B. RGB value is (176,112,107). Sum of RGB (Red+Green+Blue) = 176+112+107=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B0706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0706B is #4F8F94. Grayscale: #828282. Windows color (decimal): -5214101 or 7041200. OLE color: 7041200.

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

Color convert

RGB 176 112 107 -
CMYK 0 0.36 0.39 0.31
HSL 4.35º 0.3% 0.55% -
HSV(B) 4.35º 0.39% 0.69% -
XYZ 26.35 21.88 16.74 -
YUV 130.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 176 112 107 0 0.36 0.39 0.31 4.35 0.3 0.55
Hex B0 70 6B 0 24 27 1F 4 1E 37
Octal 260 160 153 0 44 47 37 4 36 67
Binary 10110000 1110000 1101011 0 100100 100111 11111 100 11110 110111

Color Harmonies of #B0706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0706B

Black with #B0706B

Text Example


Text Example

White with #B0706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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