Html Css Color HEX #B02C6B Rouge

📋 copy color: '#B02C6B'

red 176 ◦ green 44 ◦ blue 107

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

Shades of Rouge #B02C6B

Tints of Rouge #B02C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.72%

R = 53.82%
G = 13.46%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B02C6B (or 0xB02C6B) is known color: Rouge. HEX triplet: B0, 2C and 6B. RGB value is (176,44,107). Sum of RGB (Red+Green+Blue) = 176+44+107=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C6B is #4FD394. Grayscale: #5A5A5A. Windows color (decimal): -5231509 or 7023792. OLE color: 7023792.

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

Color convert

RGB 176 44 107 -
CMYK 0 0.75 0.39 0.31
HSL 331.36º 0.6% 0.43% -
HSV(B) 331.36º 0.75% 0.69% -
XYZ 21.46 12.09 15.11 -
YUV 90.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 176 44 107 0 0.75 0.39 0.31 331.36 0.6 0.43
Hex B0 2C 6B 0 4B 27 1F 14B 3C 2B
Octal 260 54 153 0 113 47 37 513 74 53
Binary 10110000 101100 1101011 0 1001011 100111 11111 101001011 111100 101011

Color Harmonies of #B02C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C6B

Black with #B02C6B

Text Example


Text Example

White with #B02C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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