Html Css Color HEX #B0776C Coral Tree

📋 copy color: '#B0776C'

red 176 ◦ green 119 ◦ blue 108

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

Shades of Coral Tree #B0776C

Tints of Coral Tree #B0776C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.8%

R = 43.67%
G = 29.53%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0776C (or 0xB0776C) is known color: Coral Tree. HEX triplet: B0, 77 and 6C. RGB value is (176,119,108). Sum of RGB (Red+Green+Blue) = 176+119+108=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0776C is #4F8893. Grayscale: #868686. Windows color (decimal): -5212308 or 7108528. OLE color: 7108528.

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

Color convert

RGB 176 119 108 -
CMYK 0 0.32 0.39 0.31
HSL 9.71º 0.3% 0.56% -
HSV(B) 9.71º 0.39% 0.69% -
XYZ 27.21 23.51 17.29 -
YUV 134.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 176 119 108 0 0.32 0.39 0.31 9.71 0.3 0.56
Hex B0 77 6C 0 20 27 1F A 1E 38
Octal 260 167 154 0 40 47 37 12 36 70
Binary 10110000 1110111 1101100 0 100000 100111 11111 1010 11110 111000

Color Harmonies of #B0776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0776C

Black with #B0776C

Text Example


Text Example

White with #B0776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0776C; }

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

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

background-color css

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

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

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

border-color css

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

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

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