Html Css Color HEX #B46260 Coral Tree

📋 copy color: '#B46260'

red 180 ◦ green 98 ◦ blue 96

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

Shades of Coral Tree #B46260

Tints of Coral Tree #B46260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.2%

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

R = 48.13%
G = 26.2%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B46260 (or 0xB46260) is known color: Coral Tree. HEX triplet: B4, 62 and 60. RGB value is (180,98,96). Sum of RGB (Red+Green+Blue) = 180+98+96=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B46260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46260 is #4B9D9F. Grayscale: #7A7A7A. Windows color (decimal): -4955552 or 6316724. OLE color: 6316724.

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

Color convert

RGB 180 98 96 -
CMYK 0 0.46 0.47 0.29
HSL 1.43º 0.36% 0.54% -
HSV(B) 1.43º 0.47% 0.71% -
XYZ 25.3 19.28 13.45 -
YUV 122.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 180 98 96 0 0.46 0.47 0.29 1.43 0.36 0.54
Hex B4 62 60 0 2E 2F 1D 1 24 36
Octal 264 142 140 0 56 57 35 1 44 66
Binary 10110100 1100010 1100000 0 101110 101111 11101 1 100100 110110

Color Harmonies of #B46260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46260

Black with #B46260

Text Example


Text Example

White with #B46260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46260; }

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

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

background-color css

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

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

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

border-color css

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

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

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