Html Css Color HEX #B02D6A Rouge

📋 copy color: '#B02D6A'

red 176 ◦ green 45 ◦ blue 106

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

Shades of Rouge #B02D6A

Tints of Rouge #B02D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.42%

R = 53.82%
G = 13.76%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B02D6A (or 0xB02D6A) is known color: Rouge. HEX triplet: B0, 2D and 6A. RGB value is (176,45,106). Sum of RGB (Red+Green+Blue) = 176+45+106=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02D6A is #4FD295. Grayscale: #5B5B5B. Windows color (decimal): -5231254 or 6958512. OLE color: 6958512.

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

Color convert

RGB 176 45 106 -
CMYK 0 0.74 0.40 0.31
HSL 332.06º 0.59% 0.43% -
HSV(B) 332.06º 0.74% 0.69% -
XYZ 21.44 12.15 14.85 -
YUV 91.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 176 45 106 0 0.74 0.40 0.31 332.06 0.59 0.43
Hex B0 2D 6A 0 4A 28 1F 14C 3B 2B
Octal 260 55 152 0 112 50 37 514 73 53
Binary 10110000 101101 1101010 0 1001010 101000 11111 101001100 111011 101011

Color Harmonies of #B02D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02D6A

Black with #B02D6A

Text Example


Text Example

White with #B02D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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