Html Css Color HEX #B94062 Rouge

📋 copy color: '#B94062'

red 185 ◦ green 64 ◦ blue 98

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

Shades of Rouge #B94062

Tints of Rouge #B94062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

 BLUE value IS 98 (38.67% from 255) = 28.24%

R = 53.31%
G = 18.44%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B94062 (or 0xB94062) is known color: Rouge. HEX triplet: B9, 40 and 62. RGB value is (185,64,98). Sum of RGB (Red+Green+Blue) = 185+64+98=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B94062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94062 is #46BF9D. Grayscale: #686868. Windows color (decimal): -4636574 or 6439097. OLE color: 6439097.

HSL color Cylindrical-coordinate representation of color #B94062: hue angle of 343.14º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94062 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 98 -
CMYK 0 0.65 0.47 0.27
HSL 343.14º 0.49% 0.49% -
HSV(B) 343.14º 0.65% 0.73% -
XYZ 24.05 14.86 13.16 -
YUV 104.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 185 64 98 0 0.65 0.47 0.27 343.14 0.49 0.49
Hex B9 40 62 0 41 2F 1B 157 31 31
Octal 271 100 142 0 101 57 33 527 61 61
Binary 10111001 1000000 1100010 0 1000001 101111 11011 101010111 110001 110001

Color Harmonies of #B94062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94062

Black with #B94062

Text Example


Text Example

White with #B94062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94062; }

 p { color: rgb(185,64,98); }

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

background-color css

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

 a { background-color: rgb(185,64,98); }

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

border-color css

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

 span { border-color: rgb(185,64,98); }

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