Html Css Color HEX #B02E69 Rouge

📋 copy color: '#B02E69'

red 176 ◦ green 46 ◦ blue 105

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

Shades of Rouge #B02E69

Tints of Rouge #B02E69

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.07%

 BLUE value IS 105 (41.41% from 255) = 32.11%

R = 53.82%
G = 14.07%
B = 32.11%

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

#B02E69 (or 0xB02E69) is known color: Rouge. HEX triplet: B0, 2E and 69. RGB value is (176,46,105). Sum of RGB (Red+Green+Blue) = 176+46+105=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02E69 is #4FD196. Grayscale: #5B5B5B. Windows color (decimal): -5230999 or 6893232. OLE color: 6893232.

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

Color convert

RGB 176 46 105 -
CMYK 0 0.74 0.40 0.31
HSL 332.77º 0.59% 0.44% -
HSV(B) 332.77º 0.74% 0.69% -
XYZ 21.43 12.2 14.59 -
YUV 91.6 135.57 188.2 -
System Red Green Blue C M Y K H S L
Decimal 176 46 105 0 0.74 0.40 0.31 332.77 0.59 0.44
Hex B0 2E 69 0 4A 28 1F 14D 3B 2C
Octal 260 56 151 0 112 50 37 515 73 54
Binary 10110000 101110 1101001 0 1001010 101000 11111 101001101 111011 101100

Color Harmonies of #B02E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02E69

Black with #B02E69

Text Example


Text Example

White with #B02E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02E69; }

 p { color: rgb(176,46,105); }

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

background-color css

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

 a { background-color: rgb(176,46,105); }

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

border-color css

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

 span { border-color: rgb(176,46,105); }

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