Html Css Color HEX #B12D6B Rouge

📋 copy color: '#B12D6B'

red 177 ◦ green 45 ◦ blue 107

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

Shades of Rouge #B12D6B

Tints of Rouge #B12D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.68%

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

R = 53.8%
G = 13.68%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B12D6B (or 0xB12D6B) is known color: Rouge. HEX triplet: B1, 2D and 6B. RGB value is (177,45,107). Sum of RGB (Red+Green+Blue) = 177+45+107=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12D6B is #4ED294. Grayscale: #5B5B5B. Windows color (decimal): -5165717 or 7024049. OLE color: 7024049.

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

Color convert

RGB 177 45 107 -
CMYK 0 0.75 0.40 0.31
HSL 331.82º 0.59% 0.44% -
HSV(B) 331.82º 0.75% 0.69% -
XYZ 21.72 12.29 15.14 -
YUV 91.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 177 45 107 0 0.75 0.40 0.31 331.82 0.59 0.44
Hex B1 2D 6B 0 4B 28 1F 14C 3B 2C
Octal 261 55 153 0 113 50 37 514 73 54
Binary 10110001 101101 1101011 0 1001011 101000 11111 101001100 111011 101100

Color Harmonies of #B12D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D6B

Black with #B12D6B

Text Example


Text Example

White with #B12D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D6B; }

 p { color: rgb(177,45,107); }

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

background-color css

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

 a { background-color: rgb(177,45,107); }

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

border-color css

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

 span { border-color: rgb(177,45,107); }

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