Html Css Color HEX #B5726A Coral Tree

📋 copy color: '#B5726A'

red 181 ◦ green 114 ◦ blue 106

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

Shades of Coral Tree #B5726A

Tints of Coral Tree #B5726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.43%

R = 45.14%
G = 28.43%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5726A (or 0xB5726A) is known color: Coral Tree. HEX triplet: B5, 72 and 6A. RGB value is (181,114,106). Sum of RGB (Red+Green+Blue) = 181+114+106=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B5726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5726A is #4A8D95. Grayscale: #858585. Windows color (decimal): -4885910 or 6976181. OLE color: 6976181.

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

Color convert

RGB 181 114 106 -
CMYK 0 0.37 0.41 0.29
HSL 6.4º 0.34% 0.56% -
HSV(B) 6.4º 0.41% 0.71% -
XYZ 27.67 22.9 16.6 -
YUV 133.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 181 114 106 0 0.37 0.41 0.29 6.4 0.34 0.56
Hex B5 72 6A 0 25 29 1D 6 22 38
Octal 265 162 152 0 45 51 35 6 42 70
Binary 10110101 1110010 1101010 0 100101 101001 11101 110 100010 111000

Color Harmonies of #B5726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5726A

Black with #B5726A

Text Example


Text Example

White with #B5726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5726A; }

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

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

background-color css

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

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

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

border-color css

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

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

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