Html Css Color HEX #B46660 Coral Tree

📋 copy color: '#B46660'

red 180 ◦ green 102 ◦ blue 96

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

Shades of Coral Tree #B46660

Tints of Coral Tree #B46660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.98%

 BLUE value IS 96 (37.89% from 255) = 25.4%

R = 47.62%
G = 26.98%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B46660 (or 0xB46660) is known color: Coral Tree. HEX triplet: B4, 66 and 60. RGB value is (180,102,96). Sum of RGB (Red+Green+Blue) = 180+102+96=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B46660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46660 is #4B999F. Grayscale: #7C7C7C. Windows color (decimal): -4954528 or 6317748. OLE color: 6317748.

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

Color convert

RGB 180 102 96 -
CMYK 0 0.43 0.47 0.29
HSL 4.29º 0.36% 0.54% -
HSV(B) 4.29º 0.47% 0.71% -
XYZ 25.69 20.05 13.58 -
YUV 124.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 180 102 96 0 0.43 0.47 0.29 4.29 0.36 0.54
Hex B4 66 60 0 2B 2F 1D 4 24 36
Octal 264 146 140 0 53 57 35 4 44 66
Binary 10110100 1100110 1100000 0 101011 101111 11101 100 100100 110110

Color Harmonies of #B46660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46660

Black with #B46660

Text Example


Text Example

White with #B46660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46660; }

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

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

background-color css

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

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

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

border-color css

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

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

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