Html Css Color HEX #B77160 Coral Tree

📋 copy color: '#B77160'

red 183 ◦ green 113 ◦ blue 96

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

Shades of Coral Tree #B77160

Tints of Coral Tree #B77160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.83%

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

R = 46.68%
G = 28.83%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B77160 (or 0xB77160) is known color: Coral Tree. HEX triplet: B7, 71 and 60. RGB value is (183,113,96). Sum of RGB (Red+Green+Blue) = 183+113+96=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B77160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77160 is #488E9F. Grayscale: #848484. Windows color (decimal): -4755104 or 6320567. OLE color: 6320567.

HSL color Cylindrical-coordinate representation of color #B77160: hue angle of 11.72º 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 #B77160 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 113 96 -
CMYK 0 0.38 0.48 0.28
HSL 11.72º 0.38% 0.55% -
HSV(B) 11.72º 0.48% 0.72% -
XYZ 27.54 22.72 14 -
YUV 131.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 183 113 96 0 0.38 0.48 0.28 11.72 0.38 0.55
Hex B7 71 60 0 26 30 1C C 26 37
Octal 267 161 140 0 46 60 34 14 46 67
Binary 10110111 1110001 1100000 0 100110 110000 11100 1100 100110 110111

Color Harmonies of #B77160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77160

Black with #B77160

Text Example


Text Example

White with #B77160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77160; }

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

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

background-color css

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

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

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

border-color css

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

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

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