Html Css Color HEX #B37264 Coral Tree

📋 copy color: '#B37264'

red 179 ◦ green 114 ◦ blue 100

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

Shades of Coral Tree #B37264

Tints of Coral Tree #B37264

RGB

 RED value IS 179 (70.31% from 255) = 45.55%

 GREEN value IS 114 (44.92% from 255) = 29.01%

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

R = 45.55%
G = 29.01%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B37264 (or 0xB37264) is known color: Coral Tree. HEX triplet: B3, 72 and 64. RGB value is (179,114,100). Sum of RGB (Red+Green+Blue) = 179+114+100=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B37264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37264 is #4C8D9B. Grayscale: #838383. Windows color (decimal): -5016988 or 6582963. OLE color: 6582963.

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

Color convert

RGB 179 114 100 -
CMYK 0 0.36 0.44 0.30
HSL 10.63º 0.34% 0.55% -
HSV(B) 10.63º 0.44% 0.7% -
XYZ 26.91 22.54 14.99 -
YUV 131.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 179 114 100 0 0.36 0.44 0.30 10.63 0.34 0.55
Hex B3 72 64 0 24 2C 1E B 22 37
Octal 263 162 144 0 44 54 36 13 42 67
Binary 10110011 1110010 1100100 0 100100 101100 11110 1011 100010 110111

Color Harmonies of #B37264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37264

Black with #B37264

Text Example


Text Example

White with #B37264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37264; }

 p { color: rgb(179,114,100); }

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

background-color css

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

 a { background-color: rgb(179,114,100); }

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

border-color css

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

 span { border-color: rgb(179,114,100); }

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