Html Css Color HEX #B13768 Rouge

📋 copy color: '#B13768'

red 177 ◦ green 55 ◦ blue 104

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

Shades of Rouge #B13768

Tints of Rouge #B13768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.37%

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 52.68%
G = 16.37%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B13768 (or 0xB13768) is known color: Rouge. HEX triplet: B1, 37 and 68. RGB value is (177,55,104). Sum of RGB (Red+Green+Blue) = 177+55+104=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B13768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13768 is #4EC897. Grayscale: #606060. Windows color (decimal): -5163160 or 6830001. OLE color: 6830001.

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

Color convert

RGB 177 55 104 -
CMYK 0 0.69 0.41 0.31
HSL 335.9º 0.53% 0.45% -
HSV(B) 335.9º 0.69% 0.69% -
XYZ 22 13.08 14.46 -
YUV 97.06 131.92 185.02 -
System Red Green Blue C M Y K H S L
Decimal 177 55 104 0 0.69 0.41 0.31 335.9 0.53 0.45
Hex B1 37 68 0 45 29 1F 150 35 2D
Octal 261 67 150 0 105 51 37 520 65 55
Binary 10110001 110111 1101000 0 1000101 101001 11111 101010000 110101 101101

Color Harmonies of #B13768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13768

Black with #B13768

Text Example


Text Example

White with #B13768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13768; }

 p { color: rgb(177,55,104); }

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

background-color css

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

 a { background-color: rgb(177,55,104); }

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

border-color css

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

 span { border-color: rgb(177,55,104); }

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