Html Css Color HEX #B04263 Rouge

📋 copy color: '#B04263'

red 176 ◦ green 66 ◦ blue 99

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

Shades of Rouge #B04263

Tints of Rouge #B04263

RGB

 RED value IS 176 (69.14% from 255) = 51.61%

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

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 51.61%
G = 19.35%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B04263 (or 0xB04263) is known color: Rouge. HEX triplet: B0, 42 and 63. RGB value is (176,66,99). Sum of RGB (Red+Green+Blue) = 176+66+99=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B04263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04263 is #4FBD9C. Grayscale: #666666. Windows color (decimal): -5225885 or 6505136. OLE color: 6505136.

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

Color convert

RGB 176 66 99 -
CMYK 0 0.62 0.44 0.31
HSL 342º 0.45% 0.47% -
HSV(B) 342º 0.63% 0.69% -
XYZ 22.1 14.03 13.35 -
YUV 102.65 125.94 180.32 -
System Red Green Blue C M Y K H S L
Decimal 176 66 99 0 0.62 0.44 0.31 342 0.45 0.47
Hex B0 42 63 0 3E 2C 1F 156 2D 2F
Octal 260 102 143 0 76 54 37 526 55 57
Binary 10110000 1000010 1100011 0 111110 101100 11111 101010110 101101 101111

Color Harmonies of #B04263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04263

Black with #B04263

Text Example


Text Example

White with #B04263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04263; }

 p { color: rgb(176,66,99); }

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

background-color css

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

 a { background-color: rgb(176,66,99); }

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

border-color css

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

 span { border-color: rgb(176,66,99); }

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