Html Css Color HEX #B0776E Coral Tree

📋 copy color: '#B0776E'

red 176 ◦ green 119 ◦ blue 110

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

Shades of Coral Tree #B0776E

Tints of Coral Tree #B0776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

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

R = 43.46%
G = 29.38%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0776E (or 0xB0776E) is known color: Coral Tree. HEX triplet: B0, 77 and 6E. RGB value is (176,119,110). Sum of RGB (Red+Green+Blue) = 176+119+110=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0776E is #4F8891. Grayscale: #878787. Windows color (decimal): -5212306 or 7239600. OLE color: 7239600.

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

Color convert

RGB 176 119 110 -
CMYK 0 0.32 0.37 0.31
HSL 8.18º 0.29% 0.56% -
HSV(B) 8.18º 0.38% 0.69% -
XYZ 27.32 23.55 17.86 -
YUV 135.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 176 119 110 0 0.32 0.37 0.31 8.18 0.29 0.56
Hex B0 77 6E 0 20 25 1F 8 1D 38
Octal 260 167 156 0 40 45 37 10 35 70
Binary 10110000 1110111 1101110 0 100000 100101 11111 1000 11101 111000

Color Harmonies of #B0776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0776E

Black with #B0776E

Text Example


Text Example

White with #B0776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0776E; }

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

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

background-color css

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

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

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

border-color css

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

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

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