Html Css Color HEX #B9506B Blush

📋 copy color: '#B9506B'

red 185 ◦ green 80 ◦ blue 107

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

Shades of Blush #B9506B

Tints of Blush #B9506B

RGB

 RED value IS 185 (72.66% from 255) = 49.73%

 GREEN value IS 80 (31.64% from 255) = 21.51%

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 49.73%
G = 21.51%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9506B (or 0xB9506B) is known color: Blush. HEX triplet: B9, 50 and 6B. RGB value is (185,80,107). Sum of RGB (Red+Green+Blue) = 185+80+107=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B9506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9506B is #46AF94. Grayscale: #727272. Windows color (decimal): -4632469 or 7033017. OLE color: 7033017.

HSL color Cylindrical-coordinate representation of color #B9506B: hue angle of 344.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9506B is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 107 -
CMYK 0 0.57 0.42 0.27
HSL 344.57º 0.43% 0.52% -
HSV(B) 344.57º 0.57% 0.73% -
XYZ 25.53 17.11 15.87 -
YUV 114.47 123.79 178.3 -
System Red Green Blue C M Y K H S L
Decimal 185 80 107 0 0.57 0.42 0.27 344.57 0.43 0.52
Hex B9 50 6B 0 39 2A 1B 159 2B 34
Octal 271 120 153 0 71 52 33 531 53 64
Binary 10111001 1010000 1101011 0 111001 101010 11011 101011001 101011 110100

Color Harmonies of #B9506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9506B

Black with #B9506B

Text Example


Text Example

White with #B9506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9506B; }

 p { color: rgb(185,80,107); }

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

background-color css

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

 a { background-color: rgb(185,80,107); }

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

border-color css

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

 span { border-color: rgb(185,80,107); }

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