Html Css Color HEX #B77060 Coral Tree

📋 copy color: '#B77060'

red 183 ◦ green 112 ◦ blue 96

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

Shades of Coral Tree #B77060

Tints of Coral Tree #B77060

RGB

 RED value IS 183 (71.88% from 255) = 46.8%

 GREEN value IS 112 (44.14% from 255) = 28.64%

 BLUE value IS 96 (37.89% from 255) = 24.55%

R = 46.8%
G = 28.64%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B77060 (or 0xB77060) is known color: Coral Tree. HEX triplet: B7, 70 and 60. RGB value is (183,112,96). Sum of RGB (Red+Green+Blue) = 183+112+96=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B77060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77060 is #488F9F. Grayscale: #838383. Windows color (decimal): -4755360 or 6320311. OLE color: 6320311.

HSL color Cylindrical-coordinate representation of color #B77060: hue angle of 11.03º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B77060 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 96 -
CMYK 0 0.39 0.48 0.28
HSL 11.03º 0.38% 0.55% -
HSV(B) 11.03º 0.48% 0.72% -
XYZ 27.43 22.5 13.96 -
YUV 131.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 183 112 96 0 0.39 0.48 0.28 11.03 0.38 0.55
Hex B7 70 60 0 27 30 1C B 26 37
Octal 267 160 140 0 47 60 34 13 46 67
Binary 10110111 1110000 1100000 0 100111 110000 11100 1011 100110 110111

Color Harmonies of #B77060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77060

Black with #B77060

Text Example


Text Example

White with #B77060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77060; }

 p { color: rgb(183,112,96); }

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

background-color css

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

 a { background-color: rgb(183,112,96); }

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

border-color css

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

 span { border-color: rgb(183,112,96); }

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