Html Css Color HEX #B12765 Rouge

📋 copy color: '#B12765'

red 177 ◦ green 39 ◦ blue 101

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

Shades of Rouge #B12765

Tints of Rouge #B12765

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

 BLUE value IS 101 (39.84% from 255) = 31.86%

R = 55.84%
G = 12.3%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B12765 (or 0xB12765) is known color: Rouge. HEX triplet: B1, 27 and 65. RGB value is (177,39,101). Sum of RGB (Red+Green+Blue) = 177+39+101=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B12765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12765 is #4ED89A. Grayscale: #575757. Windows color (decimal): -5167259 or 6629297. OLE color: 6629297.

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

Color convert

RGB 177 39 101 -
CMYK 0 0.78 0.43 0.31
HSL 333.04º 0.64% 0.42% -
HSV(B) 333.04º 0.78% 0.69% -
XYZ 21.21 11.74 13.46 -
YUV 87.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 177 39 101 0 0.78 0.43 0.31 333.04 0.64 0.42
Hex B1 27 65 0 4E 2B 1F 14D 40 2A
Octal 261 47 145 0 116 53 37 515 100 52
Binary 10110001 100111 1100101 0 1001110 101011 11111 101001101 1000000 101010

Color Harmonies of #B12765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12765

Black with #B12765

Text Example


Text Example

White with #B12765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12765; }

 p { color: rgb(177,39,101); }

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

background-color css

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

 a { background-color: rgb(177,39,101); }

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

border-color css

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

 span { border-color: rgb(177,39,101); }

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