Html Css Color HEX #B02869 Rouge

📋 copy color: '#B02869'

red 176 ◦ green 40 ◦ blue 105

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

Shades of Rouge #B02869

Tints of Rouge #B02869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.46%

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 54.83%
G = 12.46%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B02869 (or 0xB02869) is known color: Rouge. HEX triplet: B0, 28 and 69. RGB value is (176,40,105). Sum of RGB (Red+Green+Blue) = 176+40+105=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B02869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02869 is #4FD796. Grayscale: #575757. Windows color (decimal): -5232535 or 6891696. OLE color: 6891696.

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

Color convert

RGB 176 40 105 -
CMYK 0 0.77 0.40 0.31
HSL 331.32º 0.63% 0.42% -
HSV(B) 331.32º 0.77% 0.69% -
XYZ 21.21 11.77 14.52 -
YUV 88.07 137.56 190.71 -
System Red Green Blue C M Y K H S L
Decimal 176 40 105 0 0.77 0.40 0.31 331.32 0.63 0.42
Hex B0 28 69 0 4D 28 1F 14B 3F 2A
Octal 260 50 151 0 115 50 37 513 77 52
Binary 10110000 101000 1101001 0 1001101 101000 11111 101001011 111111 101010

Color Harmonies of #B02869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02869

Black with #B02869

Text Example


Text Example

White with #B02869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02869; }

 p { color: rgb(176,40,105); }

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

background-color css

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

 a { background-color: rgb(176,40,105); }

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

border-color css

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

 span { border-color: rgb(176,40,105); }

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