Html Css Color HEX #B46A5E Coral Tree

📋 copy color: '#B46A5E'

red 180 ◦ green 106 ◦ blue 94

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

Shades of Coral Tree #B46A5E

Tints of Coral Tree #B46A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 47.37%
G = 27.89%
B = 24.74%

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

#B46A5E (or 0xB46A5E) is known color: Coral Tree. HEX triplet: B4, 6A and 5E. RGB value is (180,106,94). Sum of RGB (Red+Green+Blue) = 180+106+94=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A5E is #4B95A1. Grayscale: #7E7E7E. Windows color (decimal): -4953506 or 6187700. OLE color: 6187700.

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

Color convert

RGB 180 106 94 -
CMYK 0 0.41 0.48 0.29
HSL 8.37º 0.36% 0.54% -
HSV(B) 8.37º 0.48% 0.71% -
XYZ 26 20.82 13.24 -
YUV 126.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 180 106 94 0 0.41 0.48 0.29 8.37 0.36 0.54
Hex B4 6A 5E 0 29 30 1D 8 24 36
Octal 264 152 136 0 51 60 35 10 44 66
Binary 10110100 1101010 1011110 0 101001 110000 11101 1000 100100 110110

Color Harmonies of #B46A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46A5E

Black with #B46A5E

Text Example


Text Example

White with #B46A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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