Html Css Color HEX #B12F62 Rouge

📋 copy color: '#B12F62'

red 177 ◦ green 47 ◦ blue 98

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

Shades of Rouge #B12F62

Tints of Rouge #B12F62

RGB

 RED value IS 177 (69.53% from 255) = 54.97%

 GREEN value IS 47 (18.75% from 255) = 14.6%

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

R = 54.97%
G = 14.6%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B12F62 (or 0xB12F62) is known color: Rouge. HEX triplet: B1, 2F and 62. RGB value is (177,47,98). Sum of RGB (Red+Green+Blue) = 177+47+98=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12F62 is #4ED09D. Grayscale: #5B5B5B. Windows color (decimal): -5165214 or 6434737. OLE color: 6434737.

HSL color Cylindrical-coordinate representation of color #B12F62: hue angle of 336.46º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B12F62 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 47 98 -
CMYK 0 0.73 0.45 0.31
HSL 336.46º 0.58% 0.44% -
HSV(B) 336.46º 0.73% 0.69% -
XYZ 21.35 12.26 12.8 -
YUV 91.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 177 47 98 0 0.73 0.45 0.31 336.46 0.58 0.44
Hex B1 2F 62 0 49 2D 1F 150 3A 2C
Octal 261 57 142 0 111 55 37 520 72 54
Binary 10110001 101111 1100010 0 1001001 101101 11111 101010000 111010 101100

Color Harmonies of #B12F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12F62

Black with #B12F62

Text Example


Text Example

White with #B12F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12F62; }

 p { color: rgb(177,47,98); }

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

background-color css

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

 a { background-color: rgb(177,47,98); }

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

border-color css

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

 span { border-color: rgb(177,47,98); }

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