Html Css Color HEX #B46F66 Coral Tree

📋 copy color: '#B46F66'

red 180 ◦ green 111 ◦ blue 102

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

Shades of Coral Tree #B46F66

Tints of Coral Tree #B46F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.95%

R = 45.8%
G = 28.24%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B46F66 (or 0xB46F66) is known color: Coral Tree. HEX triplet: B4, 6F and 66. RGB value is (180,111,102). Sum of RGB (Red+Green+Blue) = 180+111+102=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F66 is #4B9099. Grayscale: #828282. Windows color (decimal): -4952218 or 6713268. OLE color: 6713268.

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

Color convert

RGB 180 111 102 -
CMYK 0 0.38 0.43 0.29
HSL 6.92º 0.34% 0.55% -
HSV(B) 6.92º 0.43% 0.71% -
XYZ 26.91 22.03 15.4 -
YUV 130.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 180 111 102 0 0.38 0.43 0.29 6.92 0.34 0.55
Hex B4 6F 66 0 26 2B 1D 7 22 37
Octal 264 157 146 0 46 53 35 7 42 67
Binary 10110100 1101111 1100110 0 100110 101011 11101 111 100010 110111

Color Harmonies of #B46F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46F66

Black with #B46F66

Text Example


Text Example

White with #B46F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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