Html Css Color HEX #B46360 Coral Tree

📋 copy color: '#B46360'

red 180 ◦ green 99 ◦ blue 96

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

Shades of Coral Tree #B46360

Tints of Coral Tree #B46360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

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

R = 48%
G = 26.4%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B46360 (or 0xB46360) is known color: Coral Tree. HEX triplet: B4, 63 and 60. RGB value is (180,99,96). Sum of RGB (Red+Green+Blue) = 180+99+96=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B46360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46360 is #4B9C9F. Grayscale: #7A7A7A. Windows color (decimal): -4955296 or 6316980. OLE color: 6316980.

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

Color convert

RGB 180 99 96 -
CMYK 0 0.45 0.47 0.29
HSL 2.14º 0.36% 0.54% -
HSV(B) 2.14º 0.47% 0.71% -
XYZ 25.4 19.47 13.49 -
YUV 122.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 180 99 96 0 0.45 0.47 0.29 2.14 0.36 0.54
Hex B4 63 60 0 2D 2F 1D 2 24 36
Octal 264 143 140 0 55 57 35 2 44 66
Binary 10110100 1100011 1100000 0 101101 101111 11101 10 100100 110110

Color Harmonies of #B46360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46360

Black with #B46360

Text Example


Text Example

White with #B46360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46360; }

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

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

background-color css

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

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

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

border-color css

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

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

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