Html Css Color HEX #B06070 Blush

📋 copy color: '#B06070'

red 176 ◦ green 96 ◦ blue 112

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

Shades of Blush #B06070

Tints of Blush #B06070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25%

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 45.83%
G = 25%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B06070 (or 0xB06070) is known color: Blush. HEX triplet: B0, 60 and 70. RGB value is (176,96,112). Sum of RGB (Red+Green+Blue) = 176+96+112=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B06070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06070 is #4F9F8F. Grayscale: #797979. Windows color (decimal): -5218192 or 7364784. OLE color: 7364784.

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

Color convert

RGB 176 96 112 -
CMYK 0 0.45 0.36 0.31
HSL 348º 0.34% 0.53% -
HSV(B) 348º 0.45% 0.69% -
XYZ 25.01 18.77 17.63 -
YUV 121.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 176 96 112 0 0.45 0.36 0.31 348 0.34 0.53
Hex B0 60 70 0 2D 24 1F 15C 22 35
Octal 260 140 160 0 55 44 37 534 42 65
Binary 10110000 1100000 1110000 0 101101 100100 11111 101011100 100010 110101

Color Harmonies of #B06070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06070

Black with #B06070

Text Example


Text Example

White with #B06070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06070; }

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

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

background-color css

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

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

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

border-color css

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

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

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