Html Css Color HEX #B46D5E Coral Tree

📋 copy color: '#B46D5E'

red 180 ◦ green 109 ◦ blue 94

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

Shades of Coral Tree #B46D5E

Tints of Coral Tree #B46D5E

RGB

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

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

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

R = 47%
G = 28.46%
B = 24.54%

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

#B46D5E (or 0xB46D5E) is known color: Coral Tree. HEX triplet: B4, 6D and 5E. RGB value is (180,109,94). Sum of RGB (Red+Green+Blue) = 180+109+94=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D5E is #4B92A1. Grayscale: #808080. Windows color (decimal): -4952738 or 6188468. OLE color: 6188468.

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

Color convert

RGB 180 109 94 -
CMYK 0 0.39 0.48 0.29
HSL 10.47º 0.36% 0.54% -
HSV(B) 10.47º 0.48% 0.71% -
XYZ 26.31 21.45 13.34 -
YUV 128.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 180 109 94 0 0.39 0.48 0.29 10.47 0.36 0.54
Hex B4 6D 5E 0 27 30 1D A 24 36
Octal 264 155 136 0 47 60 35 12 44 66
Binary 10110100 1101101 1011110 0 100111 110000 11101 1010 100100 110110

Color Harmonies of #B46D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D5E

Black with #B46D5E

Text Example


Text Example

White with #B46D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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