Html Css Color HEX #B66270 Blush

📋 copy color: '#B66270'

red 182 ◦ green 98 ◦ blue 112

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

Shades of Blush #B66270

Tints of Blush #B66270

RGB

 RED value IS 182 (71.48% from 255) = 46.43%

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

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

R = 46.43%
G = 25%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B66270 (or 0xB66270) is known color: Blush. HEX triplet: B6, 62 and 70. RGB value is (182,98,112). Sum of RGB (Red+Green+Blue) = 182+98+112=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B66270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66270 is #499D8F. Grayscale: #7C7C7C. Windows color (decimal): -4824464 or 7365302. OLE color: 7365302.

HSL color Cylindrical-coordinate representation of color #B66270: hue angle of 350º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66270 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 98 112 -
CMYK 0 0.46 0.38 0.29
HSL 350º 0.37% 0.55% -
HSV(B) 350º 0.46% 0.71% -
XYZ 26.58 19.85 17.76 -
YUV 124.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 182 98 112 0 0.46 0.38 0.29 350 0.37 0.55
Hex B6 62 70 0 2E 26 1D 15E 25 37
Octal 266 142 160 0 56 46 35 536 45 67
Binary 10110110 1100010 1110000 0 101110 100110 11101 101011110 100101 110111

Color Harmonies of #B66270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66270

Black with #B66270

Text Example


Text Example

White with #B66270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66270; }

 p { color: rgb(182,98,112); }

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

background-color css

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

 a { background-color: rgb(182,98,112); }

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

border-color css

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

 span { border-color: rgb(182,98,112); }

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