Html Css Color HEX #B46E6C Coral Tree

📋 copy color: '#B46E6C'

red 180 ◦ green 110 ◦ blue 108

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

Shades of Coral Tree #B46E6C

Tints of Coral Tree #B46E6C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.64%

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 45.23%
G = 27.64%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B46E6C (or 0xB46E6C) is known color: Coral Tree. HEX triplet: B4, 6E and 6C. RGB value is (180,110,108). Sum of RGB (Red+Green+Blue) = 180+110+108=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E6C is #4B9193. Grayscale: #828282. Windows color (decimal): -4952468 or 7106228. OLE color: 7106228.

HSL color Cylindrical-coordinate representation of color #B46E6C: hue angle of 1.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B46E6C is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 110 108 -
CMYK 0 0.39 0.40 0.29
HSL 1.67º 0.32% 0.56% -
HSV(B) 1.67º 0.4% 0.71% -
XYZ 27.11 21.94 16.99 -
YUV 130.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 180 110 108 0 0.39 0.40 0.29 1.67 0.32 0.56
Hex B4 6E 6C 0 27 28 1D 2 20 38
Octal 264 156 154 0 47 50 35 2 40 70
Binary 10110100 1101110 1101100 0 100111 101000 11101 10 100000 111000

Color Harmonies of #B46E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46E6C

Black with #B46E6C

Text Example


Text Example

White with #B46E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46E6C; }

 p { color: rgb(180,110,108); }

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

background-color css

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

 a { background-color: rgb(180,110,108); }

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

border-color css

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

 span { border-color: rgb(180,110,108); }

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