Html Css Color HEX #B06460 Coral Tree

📋 copy color: '#B06460'

red 176 ◦ green 100 ◦ blue 96

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

Shades of Coral Tree #B06460

Tints of Coral Tree #B06460

RGB

 RED value IS 176 (69.14% from 255) = 47.31%

 GREEN value IS 100 (39.45% from 255) = 26.88%

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

R = 47.31%
G = 26.88%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B06460 (or 0xB06460) is known color: Coral Tree. HEX triplet: B0, 64 and 60. RGB value is (176,100,96). Sum of RGB (Red+Green+Blue) = 176+100+96=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B06460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06460 is #4F9B9F. Grayscale: #7A7A7A. Windows color (decimal): -5217184 or 6317232. OLE color: 6317232.

HSL color Cylindrical-coordinate representation of color #B06460: hue angle of 3º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06460 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 96 -
CMYK 0 0.43 0.45 0.31
HSL 0.34% 0.53% -
HSV(B) 0.45% 0.69% -
XYZ 24.57 19.19 13.48 -
YUV 122.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 176 100 96 0 0.43 0.45 0.31 3 0.34 0.53
Hex B0 64 60 0 2B 2D 1F 3 22 35
Octal 260 144 140 0 53 55 37 3 42 65
Binary 10110000 1100100 1100000 0 101011 101101 11111 11 100010 110101

Color Harmonies of #B06460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06460

Black with #B06460

Text Example


Text Example

White with #B06460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06460; }

 p { color: rgb(176,100,96); }

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

background-color css

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

 a { background-color: rgb(176,100,96); }

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

border-color css

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

 span { border-color: rgb(176,100,96); }

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