Html Css Color HEX #B02A67 Rouge

📋 copy color: '#B02A67'

red 176 ◦ green 42 ◦ blue 103

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

Shades of Rouge #B02A67

Tints of Rouge #B02A67

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.08%

 BLUE value IS 103 (40.63% from 255) = 32.09%

R = 54.83%
G = 13.08%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B02A67 (or 0xB02A67) is known color: Rouge. HEX triplet: B0, 2A and 67. RGB value is (176,42,103). Sum of RGB (Red+Green+Blue) = 176+42+103=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02A67 is #4FD598. Grayscale: #585858. Windows color (decimal): -5232025 or 6761136. OLE color: 6761136.

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

Color convert

RGB 176 42 103 -
CMYK 0 0.76 0.41 0.31
HSL 332.69º 0.61% 0.43% -
HSV(B) 332.69º 0.76% 0.69% -
XYZ 21.18 11.87 14.01 -
YUV 89.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 176 42 103 0 0.76 0.41 0.31 332.69 0.61 0.43
Hex B0 2A 67 0 4C 29 1F 14D 3D 2B
Octal 260 52 147 0 114 51 37 515 75 53
Binary 10110000 101010 1100111 0 1001100 101001 11111 101001101 111101 101011

Color Harmonies of #B02A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02A67

Black with #B02A67

Text Example


Text Example

White with #B02A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02A67; }

 p { color: rgb(176,42,103); }

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

background-color css

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

 a { background-color: rgb(176,42,103); }

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

border-color css

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

 span { border-color: rgb(176,42,103); }

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