Html Css Color HEX #B9606D Blush

📋 copy color: '#B9606D'

red 185 ◦ green 96 ◦ blue 109

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

Shades of Blush #B9606D

Tints of Blush #B9606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.95%

R = 47.44%
G = 24.62%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9606D (or 0xB9606D) is known color: Blush. HEX triplet: B9, 60 and 6D. RGB value is (185,96,109). Sum of RGB (Red+Green+Blue) = 185+96+109=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9606D is #469F92. Grayscale: #7C7C7C. Windows color (decimal): -4628371 or 7168185. OLE color: 7168185.

HSL color Cylindrical-coordinate representation of color #B9606D: hue angle of 351.24º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9606D is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 96 109 -
CMYK 0 0.48 0.41 0.27
HSL 351.24º 0.39% 0.55% -
HSV(B) 351.24º 0.48% 0.73% -
XYZ 26.95 19.78 16.87 -
YUV 124.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 185 96 109 0 0.48 0.41 0.27 351.24 0.39 0.55
Hex B9 60 6D 0 30 29 1B 15F 27 37
Octal 271 140 155 0 60 51 33 537 47 67
Binary 10111001 1100000 1101101 0 110000 101001 11011 101011111 100111 110111

Color Harmonies of #B9606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9606D

Black with #B9606D

Text Example


Text Example

White with #B9606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9606D; }

 p { color: rgb(185,96,109); }

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

background-color css

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

 a { background-color: rgb(185,96,109); }

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

border-color css

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

 span { border-color: rgb(185,96,109); }

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