Html Css Color HEX #B13068 Rouge

📋 copy color: '#B13068'

red 177 ◦ green 48 ◦ blue 104

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

Shades of Rouge #B13068

Tints of Rouge #B13068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.59%

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

R = 53.8%
G = 14.59%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B13068 (or 0xB13068) is known color: Rouge. HEX triplet: B1, 30 and 68. RGB value is (177,48,104). Sum of RGB (Red+Green+Blue) = 177+48+104=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B13068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13068 is #4ECF97. Grayscale: #5C5C5C. Windows color (decimal): -5164952 or 6828209. OLE color: 6828209.

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

Color convert

RGB 177 48 104 -
CMYK 0 0.73 0.41 0.31
HSL 333.95º 0.57% 0.44% -
HSV(B) 333.95º 0.73% 0.69% -
XYZ 21.69 12.46 14.36 -
YUV 92.96 134.24 187.95 -
System Red Green Blue C M Y K H S L
Decimal 177 48 104 0 0.73 0.41 0.31 333.95 0.57 0.44
Hex B1 30 68 0 49 29 1F 14E 39 2C
Octal 261 60 150 0 111 51 37 516 71 54
Binary 10110001 110000 1101000 0 1001001 101001 11111 101001110 111001 101100

Color Harmonies of #B13068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13068

Black with #B13068

Text Example


Text Example

White with #B13068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13068; }

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

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

background-color css

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

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

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

border-color css

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

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

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