Html Css Color HEX #B14262 Rouge

📋 copy color: '#B14262'

red 177 ◦ green 66 ◦ blue 98

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

Shades of Rouge #B14262

Tints of Rouge #B14262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.35%

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 51.91%
G = 19.35%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B14262 (or 0xB14262) is known color: Rouge. HEX triplet: B1, 42 and 62. RGB value is (177,66,98). Sum of RGB (Red+Green+Blue) = 177+66+98=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B14262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14262 is #4EBD9D. Grayscale: #666666. Windows color (decimal): -5160350 or 6439601. OLE color: 6439601.

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

Color convert

RGB 177 66 98 -
CMYK 0 0.63 0.45 0.31
HSL 342.7º 0.46% 0.48% -
HSV(B) 342.7º 0.63% 0.69% -
XYZ 22.28 14.13 13.11 -
YUV 102.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 177 66 98 0 0.63 0.45 0.31 342.7 0.46 0.48
Hex B1 42 62 0 3F 2D 1F 157 2E 30
Octal 261 102 142 0 77 55 37 527 56 60
Binary 10110001 1000010 1100010 0 111111 101101 11111 101010111 101110 110000

Color Harmonies of #B14262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14262

Black with #B14262

Text Example


Text Example

White with #B14262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14262; }

 p { color: rgb(177,66,98); }

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

background-color css

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

 a { background-color: rgb(177,66,98); }

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

border-color css

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

 span { border-color: rgb(177,66,98); }

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