Html Css Color HEX #B46A5D Coral Tree

📋 copy color: '#B46A5D'

red 180 ◦ green 106 ◦ blue 93

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

Shades of Coral Tree #B46A5D

Tints of Coral Tree #B46A5D

RGB

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

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

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

R = 47.49%
G = 27.97%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B46A5D (or 0xB46A5D) is known color: Coral Tree. HEX triplet: B4, 6A and 5D. RGB value is (180,106,93). Sum of RGB (Red+Green+Blue) = 180+106+93=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A5D is #4B95A2. Grayscale: #7E7E7E. Windows color (decimal): -4953507 or 6122164. OLE color: 6122164.

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

Color convert

RGB 180 106 93 -
CMYK 0 0.41 0.48 0.29
HSL 8.97º 0.37% 0.54% -
HSV(B) 8.97º 0.48% 0.71% -
XYZ 25.95 20.8 13 -
YUV 126.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 180 106 93 0 0.41 0.48 0.29 8.97 0.37 0.54
Hex B4 6A 5D 0 29 30 1D 9 25 36
Octal 264 152 135 0 51 60 35 11 45 66
Binary 10110100 1101010 1011101 0 101001 110000 11101 1001 100101 110110

Color Harmonies of #B46A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46A5D

Black with #B46A5D

Text Example


Text Example

White with #B46A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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