Html Css Color HEX #B46C64 Coral Tree

📋 copy color: '#B46C64'

red 180 ◦ green 108 ◦ blue 100

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

Shades of Coral Tree #B46C64

Tints of Coral Tree #B46C64

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

 BLUE value IS 100 (39.45% from 255) = 25.77%

R = 46.39%
G = 27.84%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B46C64 (or 0xB46C64) is known color: Coral Tree. HEX triplet: B4, 6C and 64. RGB value is (180,108,100). Sum of RGB (Red+Green+Blue) = 180+108+100=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C64 is #4B939B. Grayscale: #808080. Windows color (decimal): -4952988 or 6581428. OLE color: 6581428.

HSL color Cylindrical-coordinate representation of color #B46C64: hue angle of 6º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46C64 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 108 100 -
CMYK 0 0.40 0.44 0.29
HSL 0.35% 0.55% -
HSV(B) 0.44% 0.71% -
XYZ 26.49 21.35 14.78 -
YUV 128.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 180 108 100 0 0.40 0.44 0.29 6 0.35 0.55
Hex B4 6C 64 0 28 2C 1D 6 23 37
Octal 264 154 144 0 50 54 35 6 43 67
Binary 10110100 1101100 1100100 0 101000 101100 11101 110 100011 110111

Color Harmonies of #B46C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46C64

Black with #B46C64

Text Example


Text Example

White with #B46C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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