Html Css Color HEX #B46B5E Coral Tree

📋 copy color: '#B46B5E'

red 180 ◦ green 107 ◦ blue 94

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

Shades of Coral Tree #B46B5E

Tints of Coral Tree #B46B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.08%

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

R = 47.24%
G = 28.08%
B = 24.67%

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

#B46B5E (or 0xB46B5E) is known color: Coral Tree. HEX triplet: B4, 6B and 5E. RGB value is (180,107,94). Sum of RGB (Red+Green+Blue) = 180+107+94=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B5E is #4B94A1. Grayscale: #7F7F7F. Windows color (decimal): -4953250 or 6187956. OLE color: 6187956.

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

Color convert

RGB 180 107 94 -
CMYK 0 0.41 0.48 0.29
HSL 9.07º 0.36% 0.54% -
HSV(B) 9.07º 0.48% 0.71% -
XYZ 26.1 21.03 13.27 -
YUV 127.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 180 107 94 0 0.41 0.48 0.29 9.07 0.36 0.54
Hex B4 6B 5E 0 29 30 1D 9 24 36
Octal 264 153 136 0 51 60 35 11 44 66
Binary 10110100 1101011 1011110 0 101001 110000 11101 1001 100100 110110

Color Harmonies of #B46B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46B5E

Black with #B46B5E

Text Example


Text Example

White with #B46B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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