Html Css Color HEX #B13D67 Rouge

📋 copy color: '#B13D67'

red 177 ◦ green 61 ◦ blue 103

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

Shades of Rouge #B13D67

Tints of Rouge #B13D67

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.89%

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

R = 51.91%
G = 17.89%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B13D67 (or 0xB13D67) is known color: Rouge. HEX triplet: B1, 3D and 67. RGB value is (177,61,103). Sum of RGB (Red+Green+Blue) = 177+61+103=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D67 is #4EC298. Grayscale: #646464. Windows color (decimal): -5161625 or 6766001. OLE color: 6766001.

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

Color convert

RGB 177 61 103 -
CMYK 0 0.66 0.42 0.31
HSL 338.28º 0.49% 0.47% -
HSV(B) 338.28º 0.66% 0.69% -
XYZ 22.25 13.66 14.3 -
YUV 100.47 129.43 182.58 -
System Red Green Blue C M Y K H S L
Decimal 177 61 103 0 0.66 0.42 0.31 338.28 0.49 0.47
Hex B1 3D 67 0 42 2A 1F 152 31 2F
Octal 261 75 147 0 102 52 37 522 61 57
Binary 10110001 111101 1100111 0 1000010 101010 11111 101010010 110001 101111

Color Harmonies of #B13D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D67

Black with #B13D67

Text Example


Text Example

White with #B13D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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