Html Css Color HEX #B03A68 Rouge

📋 copy color: '#B03A68'

red 176 ◦ green 58 ◦ blue 104

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

Shades of Rouge #B03A68

Tints of Rouge #B03A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

 BLUE value IS 104 (41.02% from 255) = 30.77%

R = 52.07%
G = 17.16%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B03A68 (or 0xB03A68) is known color: Rouge. HEX triplet: B0, 3A and 68. RGB value is (176,58,104). Sum of RGB (Red+Green+Blue) = 176+58+104=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03A68 is #4FC597. Grayscale: #626262. Windows color (decimal): -5227928 or 6830768. OLE color: 6830768.

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

Color convert

RGB 176 58 104 -
CMYK 0 0.67 0.41 0.31
HSL 336.61º 0.5% 0.46% -
HSV(B) 336.61º 0.67% 0.69% -
XYZ 21.92 13.26 14.5 -
YUV 98.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 176 58 104 0 0.67 0.41 0.31 336.61 0.5 0.46
Hex B0 3A 68 0 43 29 1F 151 32 2E
Octal 260 72 150 0 103 51 37 521 62 56
Binary 10110000 111010 1101000 0 1000011 101001 11111 101010001 110010 101110

Color Harmonies of #B03A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03A68

Black with #B03A68

Text Example


Text Example

White with #B03A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03A68; }

 p { color: rgb(176,58,104); }

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

background-color css

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

 a { background-color: rgb(176,58,104); }

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

border-color css

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

 span { border-color: rgb(176,58,104); }

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