Html Css Color HEX #B37265 Coral Tree

📋 copy color: '#B37265'

red 179 ◦ green 114 ◦ blue 101

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

Shades of Coral Tree #B37265

Tints of Coral Tree #B37265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 45.43%
G = 28.93%
B = 25.63%

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

#B37265 (or 0xB37265) is known color: Coral Tree. HEX triplet: B3, 72 and 65. RGB value is (179,114,101). Sum of RGB (Red+Green+Blue) = 179+114+101=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B37265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37265 is #4C8D9A. Grayscale: #848484. Windows color (decimal): -5016987 or 6648499. OLE color: 6648499.

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

Color convert

RGB 179 114 101 -
CMYK 0 0.36 0.44 0.30
HSL 10º 0.34% 0.55% -
HSV(B) 10º 0.44% 0.7% -
XYZ 26.96 22.56 15.25 -
YUV 131.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 179 114 101 0 0.36 0.44 0.30 10 0.34 0.55
Hex B3 72 65 0 24 2C 1E A 22 37
Octal 263 162 145 0 44 54 36 12 42 67
Binary 10110011 1110010 1100101 0 100100 101100 11110 1010 100010 110111

Color Harmonies of #B37265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37265

Black with #B37265

Text Example


Text Example

White with #B37265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37265; }

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

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

background-color css

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

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

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

border-color css

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

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

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