Html Css Color HEX #B02967 Rouge

📋 copy color: '#B02967'

red 176 ◦ green 41 ◦ blue 103

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

Shades of Rouge #B02967

Tints of Rouge #B02967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.81%

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

R = 55%
G = 12.81%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B02967 (or 0xB02967) is known color: Rouge. HEX triplet: B0, 29 and 67. RGB value is (176,41,103). Sum of RGB (Red+Green+Blue) = 176+41+103=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B02967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02967 is #4FD698. Grayscale: #585858. Windows color (decimal): -5232281 or 6760880. OLE color: 6760880.

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

Color convert

RGB 176 41 103 -
CMYK 0 0.77 0.41 0.31
HSL 332.44º 0.62% 0.43% -
HSV(B) 332.44º 0.77% 0.69% -
XYZ 21.15 11.8 13.99 -
YUV 88.43 136.23 190.46 -
System Red Green Blue C M Y K H S L
Decimal 176 41 103 0 0.77 0.41 0.31 332.44 0.62 0.43
Hex B0 29 67 0 4D 29 1F 14C 3E 2B
Octal 260 51 147 0 115 51 37 514 76 53
Binary 10110000 101001 1100111 0 1001101 101001 11111 101001100 111110 101011

Color Harmonies of #B02967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02967

Black with #B02967

Text Example


Text Example

White with #B02967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02967; }

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

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

background-color css

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

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

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

border-color css

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

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

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