Html Css Color HEX #B46C5D Coral Tree

📋 copy color: '#B46C5D'

red 180 ◦ green 108 ◦ blue 93

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

Shades of Coral Tree #B46C5D

Tints of Coral Tree #B46C5D

RGB

 RED value IS 180 (70.7% from 255) = 47.24%

 GREEN value IS 108 (42.58% from 255) = 28.35%

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

R = 47.24%
G = 28.35%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B46C5D (or 0xB46C5D) is known color: Coral Tree. HEX triplet: B4, 6C and 5D. RGB value is (180,108,93). Sum of RGB (Red+Green+Blue) = 180+108+93=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C5D is #4B93A2. Grayscale: #7F7F7F. Windows color (decimal): -4952995 or 6122676. OLE color: 6122676.

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

Color convert

RGB 180 108 93 -
CMYK 0 0.40 0.48 0.29
HSL 10.34º 0.37% 0.54% -
HSV(B) 10.34º 0.48% 0.71% -
XYZ 26.16 21.22 13.07 -
YUV 127.82 108.35 165.22 -
System Red Green Blue C M Y K H S L
Decimal 180 108 93 0 0.40 0.48 0.29 10.34 0.37 0.54
Hex B4 6C 5D 0 28 30 1D A 25 36
Octal 264 154 135 0 50 60 35 12 45 66
Binary 10110100 1101100 1011101 0 101000 110000 11101 1010 100101 110110

Color Harmonies of #B46C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46C5D

Black with #B46C5D

Text Example


Text Example

White with #B46C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46C5D; }

 p { color: rgb(180,108,93); }

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

background-color css

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

 a { background-color: rgb(180,108,93); }

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

border-color css

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

 span { border-color: rgb(180,108,93); }

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