Html Css Color HEX #B04267 Rouge

📋 copy color: '#B04267'

red 176 ◦ green 66 ◦ blue 103

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

Shades of Rouge #B04267

Tints of Rouge #B04267

RGB

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

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

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

R = 51.01%
G = 19.13%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B04267 (or 0xB04267) is known color: Rouge. HEX triplet: B0, 42 and 67. RGB value is (176,66,103). Sum of RGB (Red+Green+Blue) = 176+66+103=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B04267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04267 is #4FBD98. Grayscale: #676767. Windows color (decimal): -5225881 or 6767280. OLE color: 6767280.

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

Color convert

RGB 176 66 103 -
CMYK 0 0.62 0.41 0.31
HSL 339.82º 0.45% 0.47% -
HSV(B) 339.82º 0.63% 0.69% -
XYZ 22.3 14.11 14.38 -
YUV 103.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 176 66 103 0 0.62 0.41 0.31 339.82 0.45 0.47
Hex B0 42 67 0 3E 29 1F 154 2D 2F
Octal 260 102 147 0 76 51 37 524 55 57
Binary 10110000 1000010 1100111 0 111110 101001 11111 101010100 101101 101111

Color Harmonies of #B04267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04267

Black with #B04267

Text Example


Text Example

White with #B04267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04267; }

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

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

background-color css

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

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

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

border-color css

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

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

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