Html Css Color HEX #B5706E Coral Tree

📋 copy color: '#B5706E'

red 181 ◦ green 112 ◦ blue 110

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

Shades of Coral Tree #B5706E

Tints of Coral Tree #B5706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 44.91%
G = 27.79%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5706E (or 0xB5706E) is known color: Coral Tree. HEX triplet: B5, 70 and 6E. RGB value is (181,112,110). Sum of RGB (Red+Green+Blue) = 181+112+110=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5706E is #4A8F91. Grayscale: #848484. Windows color (decimal): -4886418 or 7237813. OLE color: 7237813.

HSL color Cylindrical-coordinate representation of color #B5706E: hue angle of 1.69º 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 #B5706E is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 112 110 -
CMYK 0 0.38 0.39 0.29
HSL 1.69º 0.32% 0.57% -
HSV(B) 1.69º 0.39% 0.71% -
XYZ 27.66 22.54 17.64 -
YUV 132.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 181 112 110 0 0.38 0.39 0.29 1.69 0.32 0.57
Hex B5 70 6E 0 26 27 1D 2 20 39
Octal 265 160 156 0 46 47 35 2 40 71
Binary 10110101 1110000 1101110 0 100110 100111 11101 10 100000 111001

Color Harmonies of #B5706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5706E

Black with #B5706E

Text Example


Text Example

White with #B5706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5706E; }

 p { color: rgb(181,112,110); }

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

background-color css

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

 a { background-color: rgb(181,112,110); }

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

border-color css

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

 span { border-color: rgb(181,112,110); }

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