Html Css Color HEX #B12867 Rouge

📋 copy color: '#B12867'

red 177 ◦ green 40 ◦ blue 103

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

Shades of Rouge #B12867

Tints of Rouge #B12867

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.5%

 BLUE value IS 103 (40.63% from 255) = 32.19%

R = 55.31%
G = 12.5%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B12867 (or 0xB12867) is known color: Rouge. HEX triplet: B1, 28 and 67. RGB value is (177,40,103). Sum of RGB (Red+Green+Blue) = 177+40+103=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B12867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12867 is #4ED798. Grayscale: #585858. Windows color (decimal): -5167001 or 6760625. OLE color: 6760625.

HSL color Cylindrical-coordinate representation of color #B12867: hue angle of 332.41º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12867 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 103 -
CMYK 0 0.77 0.42 0.31
HSL 332.41º 0.63% 0.43% -
HSV(B) 332.41º 0.77% 0.69% -
XYZ 21.34 11.84 13.99 -
YUV 88.15 136.39 191.38 -
System Red Green Blue C M Y K H S L
Decimal 177 40 103 0 0.77 0.42 0.31 332.41 0.63 0.43
Hex B1 28 67 0 4D 2A 1F 14C 3F 2B
Octal 261 50 147 0 115 52 37 514 77 53
Binary 10110001 101000 1100111 0 1001101 101010 11111 101001100 111111 101011

Color Harmonies of #B12867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12867

Black with #B12867

Text Example


Text Example

White with #B12867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12867; }

 p { color: rgb(177,40,103); }

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

background-color css

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

 a { background-color: rgb(177,40,103); }

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

border-color css

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

 span { border-color: rgb(177,40,103); }

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