Html Css Color HEX #B23060 Rouge

📋 copy color: '#B23060'

red 178 ◦ green 48 ◦ blue 96

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

Shades of Rouge #B23060

Tints of Rouge #B23060

RGB

 RED value IS 178 (69.92% from 255) = 55.28%

 GREEN value IS 48 (19.14% from 255) = 14.91%

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 55.28%
G = 14.91%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B23060 (or 0xB23060) is known color: Rouge. HEX triplet: B2, 30 and 60. RGB value is (178,48,96). Sum of RGB (Red+Green+Blue) = 178+48+96=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B23060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23060 is #4DCF9F. Grayscale: #5C5C5C. Windows color (decimal): -5099424 or 6303922. OLE color: 6303922.

HSL color Cylindrical-coordinate representation of color #B23060: hue angle of 337.85º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23060 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 96 -
CMYK 0 0.73 0.46 0.30
HSL 337.85º 0.58% 0.44% -
HSV(B) 337.85º 0.73% 0.7% -
XYZ 21.53 12.42 12.33 -
YUV 92.34 130.07 189.1 -
System Red Green Blue C M Y K H S L
Decimal 178 48 96 0 0.73 0.46 0.30 337.85 0.58 0.44
Hex B2 30 60 0 49 2E 1E 152 3A 2C
Octal 262 60 140 0 111 56 36 522 72 54
Binary 10110010 110000 1100000 0 1001001 101110 11110 101010010 111010 101100

Color Harmonies of #B23060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23060

Black with #B23060

Text Example


Text Example

White with #B23060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23060; }

 p { color: rgb(178,48,96); }

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

background-color css

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

 a { background-color: rgb(178,48,96); }

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

border-color css

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

 span { border-color: rgb(178,48,96); }

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