Html Css Color HEX #B4606C Blush

📋 copy color: '#B4606C'

red 180 ◦ green 96 ◦ blue 108

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

Shades of Blush #B4606C

Tints of Blush #B4606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.13%

R = 46.88%
G = 25%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4606C (or 0xB4606C) is known color: Blush. HEX triplet: B4, 60 and 6C. RGB value is (180,96,108). Sum of RGB (Red+Green+Blue) = 180+96+108=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4606C is #4B9F93. Grayscale: #7A7A7A. Windows color (decimal): -4956052 or 7102644. OLE color: 7102644.

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

Color convert

RGB 180 96 108 -
CMYK 0 0.47 0.40 0.29
HSL 351.43º 0.36% 0.54% -
HSV(B) 351.43º 0.47% 0.71% -
XYZ 25.71 19.15 16.53 -
YUV 122.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 180 96 108 0 0.47 0.40 0.29 351.43 0.36 0.54
Hex B4 60 6C 0 2F 28 1D 15F 24 36
Octal 264 140 154 0 57 50 35 537 44 66
Binary 10110100 1100000 1101100 0 101111 101000 11101 101011111 100100 110110

Color Harmonies of #B4606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4606C

Black with #B4606C

Text Example


Text Example

White with #B4606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4606C; }

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

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

background-color css

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

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

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

border-color css

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

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

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