Html Css Color HEX #B5745D Coral Tree

📋 copy color: '#B5745D'

red 181 ◦ green 116 ◦ blue 93

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

Shades of Coral Tree #B5745D

Tints of Coral Tree #B5745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

 BLUE value IS 93 (36.72% from 255) = 23.85%

R = 46.41%
G = 29.74%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5745D (or 0xB5745D) is known color: Coral Tree. HEX triplet: B5, 74 and 5D. RGB value is (181,116,93). Sum of RGB (Red+Green+Blue) = 181+116+93=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5745D is #4A8BA2. Grayscale: #848484. Windows color (decimal): -4885411 or 6124725. OLE color: 6124725.

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

Color convert

RGB 181 116 93 -
CMYK 0 0.36 0.49 0.29
HSL 15.68º 0.37% 0.54% -
HSV(B) 15.68º 0.49% 0.71% -
XYZ 27.28 23.1 13.38 -
YUV 132.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 181 116 93 0 0.36 0.49 0.29 15.68 0.37 0.54
Hex B5 74 5D 0 24 31 1D 10 25 36
Octal 265 164 135 0 44 61 35 20 45 66
Binary 10110101 1110100 1011101 0 100100 110001 11101 10000 100101 110110

Color Harmonies of #B5745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5745D

Black with #B5745D

Text Example


Text Example

White with #B5745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5745D; }

 p { color: rgb(181,116,93); }

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

background-color css

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

 a { background-color: rgb(181,116,93); }

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

border-color css

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

 span { border-color: rgb(181,116,93); }

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