Html Css Color HEX #B27360 Coral Tree

📋 copy color: '#B27360'

red 178 ◦ green 115 ◦ blue 96

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

Shades of Coral Tree #B27360

Tints of Coral Tree #B27360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.56%

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

R = 45.76%
G = 29.56%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B27360 (or 0xB27360) is known color: Coral Tree. HEX triplet: B2, 73 and 60. RGB value is (178,115,96). Sum of RGB (Red+Green+Blue) = 178+115+96=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B27360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27360 is #4D8C9F. Grayscale: #838383. Windows color (decimal): -5082272 or 6321074. OLE color: 6321074.

HSL color Cylindrical-coordinate representation of color #B27360: hue angle of 13.9º 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 #B27360 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 115 96 -
CMYK 0 0.35 0.46 0.30
HSL 13.9º 0.35% 0.54% -
HSV(B) 13.9º 0.46% 0.7% -
XYZ 26.6 22.57 14.02 -
YUV 131.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 178 115 96 0 0.35 0.46 0.30 13.9 0.35 0.54
Hex B2 73 60 0 23 2E 1E E 23 36
Octal 262 163 140 0 43 56 36 16 43 66
Binary 10110010 1110011 1100000 0 100011 101110 11110 1110 100011 110110

Color Harmonies of #B27360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27360

Black with #B27360

Text Example


Text Example

White with #B27360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27360; }

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

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

background-color css

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

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

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

border-color css

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

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

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