Html Css Color HEX #B02C67 Rouge

📋 copy color: '#B02C67'

red 176 ◦ green 44 ◦ blue 103

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

Shades of Rouge #B02C67

Tints of Rouge #B02C67

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.62%

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

R = 54.49%
G = 13.62%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B02C67 (or 0xB02C67) is known color: Rouge. HEX triplet: B0, 2C and 67. RGB value is (176,44,103). Sum of RGB (Red+Green+Blue) = 176+44+103=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C67 is #4FD398. Grayscale: #5A5A5A. Windows color (decimal): -5231513 or 6761648. OLE color: 6761648.

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

Color convert

RGB 176 44 103 -
CMYK 0 0.75 0.41 0.31
HSL 333.18º 0.6% 0.43% -
HSV(B) 333.18º 0.75% 0.69% -
XYZ 21.25 12.01 14.03 -
YUV 90.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 176 44 103 0 0.75 0.41 0.31 333.18 0.6 0.43
Hex B0 2C 67 0 4B 29 1F 14D 3C 2B
Octal 260 54 147 0 113 51 37 515 74 53
Binary 10110000 101100 1100111 0 1001011 101001 11111 101001101 111100 101011

Color Harmonies of #B02C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C67

Black with #B02C67

Text Example


Text Example

White with #B02C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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