Html Css Color HEX #B02B6C Rouge

📋 copy color: '#B02B6C'

red 176 ◦ green 43 ◦ blue 108

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

Shades of Rouge #B02B6C

Tints of Rouge #B02B6C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.15%

 BLUE value IS 108 (42.58% from 255) = 33.03%

R = 53.82%
G = 13.15%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B02B6C (or 0xB02B6C) is known color: Rouge. HEX triplet: B0, 2B and 6C. RGB value is (176,43,108). Sum of RGB (Red+Green+Blue) = 176+43+108=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02B6C is #4FD493. Grayscale: #5A5A5A. Windows color (decimal): -5231764 or 7089072. OLE color: 7089072.

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

Color convert

RGB 176 43 108 -
CMYK 0 0.76 0.39 0.31
HSL 330.68º 0.61% 0.43% -
HSV(B) 330.68º 0.76% 0.69% -
XYZ 21.48 12.04 15.38 -
YUV 90.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 176 43 108 0 0.76 0.39 0.31 330.68 0.61 0.43
Hex B0 2B 6C 0 4C 27 1F 14B 3D 2B
Octal 260 53 154 0 114 47 37 513 75 53
Binary 10110000 101011 1101100 0 1001100 100111 11111 101001011 111101 101011

Color Harmonies of #B02B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02B6C

Black with #B02B6C

Text Example


Text Example

White with #B02B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02B6C; }

 p { color: rgb(176,43,108); }

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

background-color css

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

 a { background-color: rgb(176,43,108); }

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

border-color css

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

 span { border-color: rgb(176,43,108); }

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