Html Css Color HEX #B27364 Coral Tree

📋 copy color: '#B27364'

red 178 ◦ green 115 ◦ blue 100

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

Shades of Coral Tree #B27364

Tints of Coral Tree #B27364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.45%

R = 45.29%
G = 29.26%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B27364 (or 0xB27364) is known color: Coral Tree. HEX triplet: B2, 73 and 64. RGB value is (178,115,100). Sum of RGB (Red+Green+Blue) = 178+115+100=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B27364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27364 is #4D8C9B. Grayscale: #848484. Windows color (decimal): -5082268 or 6583218. OLE color: 6583218.

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

Color convert

RGB 178 115 100 -
CMYK 0 0.35 0.44 0.30
HSL 11.54º 0.34% 0.55% -
HSV(B) 11.54º 0.44% 0.7% -
XYZ 26.79 22.65 15.02 -
YUV 132.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 178 115 100 0 0.35 0.44 0.30 11.54 0.34 0.55
Hex B2 73 64 0 23 2C 1E C 22 37
Octal 262 163 144 0 43 54 36 14 42 67
Binary 10110010 1110011 1100100 0 100011 101100 11110 1100 100010 110111

Color Harmonies of #B27364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27364

Black with #B27364

Text Example


Text Example

White with #B27364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27364; }

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

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

background-color css

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

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

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

border-color css

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

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

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