Html Css Color HEX #B0756F Coral Tree

📋 copy color: '#B0756F'

red 176 ◦ green 117 ◦ blue 111

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

Shades of Coral Tree #B0756F

Tints of Coral Tree #B0756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.48%

R = 43.56%
G = 28.96%
B = 27.48%

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

#B0756F (or 0xB0756F) is known color: Coral Tree. HEX triplet: B0, 75 and 6F. RGB value is (176,117,111). Sum of RGB (Red+Green+Blue) = 176+117+111=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0756F is #4F8A90. Grayscale: #868686. Windows color (decimal): -5212817 or 7304624. OLE color: 7304624.

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

Color convert

RGB 176 117 111 -
CMYK 0 0.34 0.37 0.31
HSL 5.54º 0.29% 0.56% -
HSV(B) 5.54º 0.37% 0.69% -
XYZ 27.14 23.1 18.07 -
YUV 133.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 176 117 111 0 0.34 0.37 0.31 5.54 0.29 0.56
Hex B0 75 6F 0 22 25 1F 6 1D 38
Octal 260 165 157 0 42 45 37 6 35 70
Binary 10110000 1110101 1101111 0 100010 100101 11111 110 11101 111000

Color Harmonies of #B0756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0756F

Black with #B0756F

Text Example


Text Example

White with #B0756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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