Html Css Color HEX #B27060 Coral Tree

📋 copy color: '#B27060'

red 178 ◦ green 112 ◦ blue 96

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

Shades of Coral Tree #B27060

Tints of Coral Tree #B27060

RGB

 RED value IS 178 (69.92% from 255) = 46.11%

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

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

R = 46.11%
G = 29.02%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B27060 (or 0xB27060) is known color: Coral Tree. HEX triplet: B2, 70 and 60. RGB value is (178,112,96). Sum of RGB (Red+Green+Blue) = 178+112+96=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B27060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27060 is #4D8F9F. Grayscale: #828282. Windows color (decimal): -5083040 or 6320306. OLE color: 6320306.

HSL color Cylindrical-coordinate representation of color #B27060: hue angle of 11.71º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B27060 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 96 -
CMYK 0 0.37 0.46 0.30
HSL 11.71º 0.35% 0.54% -
HSV(B) 11.71º 0.46% 0.7% -
XYZ 26.27 21.9 13.91 -
YUV 129.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 178 112 96 0 0.37 0.46 0.30 11.71 0.35 0.54
Hex B2 70 60 0 25 2E 1E C 23 36
Octal 262 160 140 0 45 56 36 14 43 66
Binary 10110010 1110000 1100000 0 100101 101110 11110 1100 100011 110110

Color Harmonies of #B27060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27060

Black with #B27060

Text Example


Text Example

White with #B27060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27060; }

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

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

background-color css

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

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

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

border-color css

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

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

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