Html Css Color HEX #B56A5C Coral Tree

📋 copy color: '#B56A5C'

red 181 ◦ green 106 ◦ blue 92

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

Shades of Coral Tree #B56A5C

Tints of Coral Tree #B56A5C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.97%

 BLUE value IS 92 (36.33% from 255) = 24.27%

R = 47.76%
G = 27.97%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B56A5C (or 0xB56A5C) is known color: Coral Tree. HEX triplet: B5, 6A and 5C. RGB value is (181,106,92). Sum of RGB (Red+Green+Blue) = 181+106+92=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A5C is #4A95A3. Grayscale: #7E7E7E. Windows color (decimal): -4887972 or 6056629. OLE color: 6056629.

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

Color convert

RGB 181 106 92 -
CMYK 0 0.41 0.49 0.29
HSL 9.44º 0.38% 0.54% -
HSV(B) 9.44º 0.49% 0.71% -
XYZ 26.14 20.9 12.78 -
YUV 126.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 181 106 92 0 0.41 0.49 0.29 9.44 0.38 0.54
Hex B5 6A 5C 0 29 31 1D 9 26 36
Octal 265 152 134 0 51 61 35 11 46 66
Binary 10110101 1101010 1011100 0 101001 110001 11101 1001 100110 110110

Color Harmonies of #B56A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56A5C

Black with #B56A5C

Text Example


Text Example

White with #B56A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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