Html Css Color HEX #B02B6A Rouge

📋 copy color: '#B02B6A'

red 176 ◦ green 43 ◦ blue 106

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

Shades of Rouge #B02B6A

Tints of Rouge #B02B6A

RGB

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

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

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

R = 54.15%
G = 13.23%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B02B6A (or 0xB02B6A) is known color: Rouge. HEX triplet: B0, 2B and 6A. RGB value is (176,43,106). Sum of RGB (Red+Green+Blue) = 176+43+106=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02B6A is #4FD495. Grayscale: #595959. Windows color (decimal): -5231766 or 6958000. OLE color: 6958000.

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

Color convert

RGB 176 43 106 -
CMYK 0 0.76 0.40 0.31
HSL 331.58º 0.61% 0.43% -
HSV(B) 331.58º 0.76% 0.69% -
XYZ 21.37 12 14.83 -
YUV 89.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 176 43 106 0 0.76 0.40 0.31 331.58 0.61 0.43
Hex B0 2B 6A 0 4C 28 1F 14C 3D 2B
Octal 260 53 152 0 114 50 37 514 75 53
Binary 10110000 101011 1101010 0 1001100 101000 11111 101001100 111101 101011

Color Harmonies of #B02B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02B6A

Black with #B02B6A

Text Example


Text Example

White with #B02B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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