Html Css Color HEX #B5706C Coral Tree

📋 copy color: '#B5706C'

red 181 ◦ green 112 ◦ blue 108

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

Shades of Coral Tree #B5706C

Tints of Coral Tree #B5706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 45.14%
G = 27.93%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5706C (or 0xB5706C) is known color: Coral Tree. HEX triplet: B5, 70 and 6C. RGB value is (181,112,108). Sum of RGB (Red+Green+Blue) = 181+112+108=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B5706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5706C is #4A8F93. Grayscale: #848484. Windows color (decimal): -4886420 or 7106741. OLE color: 7106741.

HSL color Cylindrical-coordinate representation of color #B5706C: hue angle of 3.29º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5706C is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 112 108 -
CMYK 0 0.38 0.40 0.29
HSL 3.29º 0.33% 0.57% -
HSV(B) 3.29º 0.4% 0.71% -
XYZ 27.56 22.49 17.08 -
YUV 132.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 181 112 108 0 0.38 0.40 0.29 3.29 0.33 0.57
Hex B5 70 6C 0 26 28 1D 3 21 39
Octal 265 160 154 0 46 50 35 3 41 71
Binary 10110101 1110000 1101100 0 100110 101000 11101 11 100001 111001

Color Harmonies of #B5706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5706C

Black with #B5706C

Text Example


Text Example

White with #B5706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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