Html Css Color HEX #B46F64 Coral Tree

📋 copy color: '#B46F64'

red 180 ◦ green 111 ◦ blue 100

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

Shades of Coral Tree #B46F64

Tints of Coral Tree #B46F64

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.39%

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

R = 46.04%
G = 28.39%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B46F64 (or 0xB46F64) is known color: Coral Tree. HEX triplet: B4, 6F and 64. RGB value is (180,111,100). Sum of RGB (Red+Green+Blue) = 180+111+100=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F64 is #4B909B. Grayscale: #828282. Windows color (decimal): -4952220 or 6582196. OLE color: 6582196.

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

Color convert

RGB 180 111 100 -
CMYK 0 0.38 0.44 0.29
HSL 8.25º 0.35% 0.55% -
HSV(B) 8.25º 0.44% 0.71% -
XYZ 26.81 21.99 14.89 -
YUV 130.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 180 111 100 0 0.38 0.44 0.29 8.25 0.35 0.55
Hex B4 6F 64 0 26 2C 1D 8 23 37
Octal 264 157 144 0 46 54 35 10 43 67
Binary 10110100 1101111 1100100 0 100110 101100 11101 1000 100011 110111

Color Harmonies of #B46F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46F64

Black with #B46F64

Text Example


Text Example

White with #B46F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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