Html Css Color HEX #B5705E Coral Tree

📋 copy color: '#B5705E'

red 181 ◦ green 112 ◦ blue 94

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

Shades of Coral Tree #B5705E

Tints of Coral Tree #B5705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.29%

R = 46.77%
G = 28.94%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5705E (or 0xB5705E) is known color: Coral Tree. HEX triplet: B5, 70 and 5E. RGB value is (181,112,94). Sum of RGB (Red+Green+Blue) = 181+112+94=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5705E is #4A8FA1. Grayscale: #828282. Windows color (decimal): -4886434 or 6189237. OLE color: 6189237.

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

Color convert

RGB 181 112 94 -
CMYK 0 0.38 0.48 0.29
HSL 12.41º 0.37% 0.54% -
HSV(B) 12.41º 0.48% 0.71% -
XYZ 26.87 22.22 13.46 -
YUV 130.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 181 112 94 0 0.38 0.48 0.29 12.41 0.37 0.54
Hex B5 70 5E 0 26 30 1D C 25 36
Octal 265 160 136 0 46 60 35 14 45 66
Binary 10110101 1110000 1011110 0 100110 110000 11101 1100 100101 110110

Color Harmonies of #B5705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5705E

Black with #B5705E

Text Example


Text Example

White with #B5705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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