Html Css Color HEX #B5726F Coral Tree

📋 copy color: '#B5726F'

red 181 ◦ green 114 ◦ blue 111

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

Shades of Coral Tree #B5726F

Tints of Coral Tree #B5726F

RGB

 RED value IS 181 (71.09% from 255) = 44.58%

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

 BLUE value IS 111 (43.75% from 255) = 27.34%

R = 44.58%
G = 28.08%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5726F (or 0xB5726F) is known color: Coral Tree. HEX triplet: B5, 72 and 6F. RGB value is (181,114,111). Sum of RGB (Red+Green+Blue) = 181+114+111=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5726F is #4A8D90. Grayscale: #858585. Windows color (decimal): -4885905 or 7303861. OLE color: 7303861.

HSL color Cylindrical-coordinate representation of color #B5726F: hue angle of 2.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5726F is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 114 111 -
CMYK 0 0.37 0.39 0.29
HSL 2.57º 0.32% 0.57% -
HSV(B) 2.57º 0.39% 0.71% -
XYZ 27.94 23.01 18.01 -
YUV 133.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 181 114 111 0 0.37 0.39 0.29 2.57 0.32 0.57
Hex B5 72 6F 0 25 27 1D 3 20 39
Octal 265 162 157 0 45 47 35 3 40 71
Binary 10110101 1110010 1101111 0 100101 100111 11101 11 100000 111001

Color Harmonies of #B5726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5726F

Black with #B5726F

Text Example


Text Example

White with #B5726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5726F; }

 p { color: rgb(181,114,111); }

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

background-color css

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

 a { background-color: rgb(181,114,111); }

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

border-color css

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

 span { border-color: rgb(181,114,111); }

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