Html Css Color HEX #B12F66 Rouge

📋 copy color: '#B12F66'

red 177 ◦ green 47 ◦ blue 102

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

Shades of Rouge #B12F66

Tints of Rouge #B12F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.29%

R = 54.29%
G = 14.42%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B12F66 (or 0xB12F66) is known color: Rouge. HEX triplet: B1, 2F and 66. RGB value is (177,47,102). Sum of RGB (Red+Green+Blue) = 177+47+102=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12F66 is #4ED099. Grayscale: #5C5C5C. Windows color (decimal): -5165210 or 6696881. OLE color: 6696881.

HSL color Cylindrical-coordinate representation of color #B12F66: hue angle of 334.62º 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 #B12F66 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 47 102 -
CMYK 0 0.73 0.42 0.31
HSL 334.62º 0.58% 0.44% -
HSV(B) 334.62º 0.73% 0.69% -
XYZ 21.55 12.34 13.82 -
YUV 92.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 177 47 102 0 0.73 0.42 0.31 334.62 0.58 0.44
Hex B1 2F 66 0 49 2A 1F 14F 3A 2C
Octal 261 57 146 0 111 52 37 517 72 54
Binary 10110001 101111 1100110 0 1001001 101010 11111 101001111 111010 101100

Color Harmonies of #B12F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12F66

Black with #B12F66

Text Example


Text Example

White with #B12F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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