Html Css Color HEX #B0756E Coral Tree

📋 copy color: '#B0756E'

red 176 ◦ green 117 ◦ blue 110

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

Shades of Coral Tree #B0756E

Tints of Coral Tree #B0756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.03%

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 43.67%
G = 29.03%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0756E (or 0xB0756E) is known color: Coral Tree. HEX triplet: B0, 75 and 6E. RGB value is (176,117,110). Sum of RGB (Red+Green+Blue) = 176+117+110=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0756E is #4F8A91. Grayscale: #858585. Windows color (decimal): -5212818 or 7239088. OLE color: 7239088.

HSL color Cylindrical-coordinate representation of color #B0756E: hue angle of 6.36º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0756E is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 110 -
CMYK 0 0.34 0.37 0.31
HSL 6.36º 0.29% 0.56% -
HSV(B) 6.36º 0.38% 0.69% -
XYZ 27.08 23.08 17.78 -
YUV 133.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 176 117 110 0 0.34 0.37 0.31 6.36 0.29 0.56
Hex B0 75 6E 0 22 25 1F 6 1D 38
Octal 260 165 156 0 42 45 37 6 35 70
Binary 10110000 1110101 1101110 0 100010 100101 11111 110 11101 111000

Color Harmonies of #B0756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0756E

Black with #B0756E

Text Example


Text Example

White with #B0756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0756E; }

 p { color: rgb(176,117,110); }

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

background-color css

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

 a { background-color: rgb(176,117,110); }

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

border-color css

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

 span { border-color: rgb(176,117,110); }

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