Html Css Color HEX #B46D5D Coral Tree

📋 copy color: '#B46D5D'

red 180 ◦ green 109 ◦ blue 93

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

Shades of Coral Tree #B46D5D

Tints of Coral Tree #B46D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.53%

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

R = 47.12%
G = 28.53%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B46D5D (or 0xB46D5D) is known color: Coral Tree. HEX triplet: B4, 6D and 5D. RGB value is (180,109,93). Sum of RGB (Red+Green+Blue) = 180+109+93=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D5D is #4B92A2. Grayscale: #808080. Windows color (decimal): -4952739 or 6122932. OLE color: 6122932.

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

Color convert

RGB 180 109 93 -
CMYK 0 0.39 0.48 0.29
HSL 11.03º 0.37% 0.54% -
HSV(B) 11.03º 0.48% 0.71% -
XYZ 26.27 21.43 13.11 -
YUV 128.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 180 109 93 0 0.39 0.48 0.29 11.03 0.37 0.54
Hex B4 6D 5D 0 27 30 1D B 25 36
Octal 264 155 135 0 47 60 35 13 45 66
Binary 10110100 1101101 1011101 0 100111 110000 11101 1011 100101 110110

Color Harmonies of #B46D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D5D

Black with #B46D5D

Text Example


Text Example

White with #B46D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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