Html Css Color HEX #B02D6C Rouge

📋 copy color: '#B02D6C'

red 176 ◦ green 45 ◦ blue 108

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

Shades of Rouge #B02D6C

Tints of Rouge #B02D6C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.68%

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

R = 53.5%
G = 13.68%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B02D6C (or 0xB02D6C) is known color: Rouge. HEX triplet: B0, 2D and 6C. RGB value is (176,45,108). Sum of RGB (Red+Green+Blue) = 176+45+108=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02D6C is #4FD293. Grayscale: #5B5B5B. Windows color (decimal): -5231252 or 7089584. OLE color: 7089584.

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

Color convert

RGB 176 45 108 -
CMYK 0 0.74 0.39 0.31
HSL 331.15º 0.59% 0.43% -
HSV(B) 331.15º 0.74% 0.69% -
XYZ 21.55 12.19 15.4 -
YUV 91.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 176 45 108 0 0.74 0.39 0.31 331.15 0.59 0.43
Hex B0 2D 6C 0 4A 27 1F 14B 3B 2B
Octal 260 55 154 0 112 47 37 513 73 53
Binary 10110000 101101 1101100 0 1001010 100111 11111 101001011 111011 101011

Color Harmonies of #B02D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02D6C

Black with #B02D6C

Text Example


Text Example

White with #B02D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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