Html Css Color HEX #B0776D Coral Tree

📋 copy color: '#B0776D'

red 176 ◦ green 119 ◦ blue 109

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

Shades of Coral Tree #B0776D

Tints of Coral Tree #B0776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.98%

R = 43.56%
G = 29.46%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0776D (or 0xB0776D) is known color: Coral Tree. HEX triplet: B0, 77 and 6D. RGB value is (176,119,109). Sum of RGB (Red+Green+Blue) = 176+119+109=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0776D is #4F8892. Grayscale: #878787. Windows color (decimal): -5212307 or 7174064. OLE color: 7174064.

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

Color convert

RGB 176 119 109 -
CMYK 0 0.32 0.38 0.31
HSL 8.96º 0.3% 0.56% -
HSV(B) 8.96º 0.38% 0.69% -
XYZ 27.26 23.53 17.57 -
YUV 134.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 176 119 109 0 0.32 0.38 0.31 8.96 0.3 0.56
Hex B0 77 6D 0 20 26 1F 9 1E 38
Octal 260 167 155 0 40 46 37 11 36 70
Binary 10110000 1110111 1101101 0 100000 100110 11111 1001 11110 111000

Color Harmonies of #B0776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0776D

Black with #B0776D

Text Example


Text Example

White with #B0776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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