Html Css Color HEX #B4776A Coral Tree

📋 copy color: '#B4776A'

red 180 ◦ green 119 ◦ blue 106

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

Shades of Coral Tree #B4776A

Tints of Coral Tree #B4776A

RGB

 RED value IS 180 (70.7% from 255) = 44.44%

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

 BLUE value IS 106 (41.8% from 255) = 26.17%

R = 44.44%
G = 29.38%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B4776A (or 0xB4776A) is known color: Coral Tree. HEX triplet: B4, 77 and 6A. RGB value is (180,119,106). Sum of RGB (Red+Green+Blue) = 180+119+106=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4776A is #4B8895. Grayscale: #878787. Windows color (decimal): -4950166 or 6977460. OLE color: 6977460.

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

Color convert

RGB 180 119 106 -
CMYK 0 0.34 0.41 0.29
HSL 10.54º 0.33% 0.56% -
HSV(B) 10.54º 0.41% 0.71% -
XYZ 28.02 23.94 16.78 -
YUV 135.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 180 119 106 0 0.34 0.41 0.29 10.54 0.33 0.56
Hex B4 77 6A 0 22 29 1D B 21 38
Octal 264 167 152 0 42 51 35 13 41 70
Binary 10110100 1110111 1101010 0 100010 101001 11101 1011 100001 111000

Color Harmonies of #B4776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4776A

Black with #B4776A

Text Example


Text Example

White with #B4776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4776A; }

 p { color: rgb(180,119,106); }

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

background-color css

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

 a { background-color: rgb(180,119,106); }

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

border-color css

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

 span { border-color: rgb(180,119,106); }

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