Html Css Color HEX #B14265 Rouge

📋 copy color: '#B14265'

red 177 ◦ green 66 ◦ blue 101

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

Shades of Rouge #B14265

Tints of Rouge #B14265

RGB

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

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

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

R = 51.45%
G = 19.19%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B14265 (or 0xB14265) is known color: Rouge. HEX triplet: B1, 42 and 65. RGB value is (177,66,101). Sum of RGB (Red+Green+Blue) = 177+66+101=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B14265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14265 is #4EBD9A. Grayscale: #676767. Windows color (decimal): -5160347 or 6636209. OLE color: 6636209.

HSL color Cylindrical-coordinate representation of color #B14265: hue angle of 341.08º 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 #B14265 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 66 101 -
CMYK 0 0.63 0.43 0.31
HSL 341.08º 0.46% 0.48% -
HSV(B) 341.08º 0.63% 0.69% -
XYZ 22.43 14.18 13.87 -
YUV 103.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 177 66 101 0 0.63 0.43 0.31 341.08 0.46 0.48
Hex B1 42 65 0 3F 2B 1F 155 2E 30
Octal 261 102 145 0 77 53 37 525 56 60
Binary 10110001 1000010 1100101 0 111111 101011 11111 101010101 101110 110000

Color Harmonies of #B14265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14265

Black with #B14265

Text Example


Text Example

White with #B14265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14265; }

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

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

background-color css

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

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

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

border-color css

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

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

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