Html Css Color HEX #B23061 Rouge

📋 copy color: '#B23061'

red 178 ◦ green 48 ◦ blue 97

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

Shades of Rouge #B23061

Tints of Rouge #B23061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 55.11%
G = 14.86%
B = 30.03%

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

#B23061 (or 0xB23061) is known color: Rouge. HEX triplet: B2, 30 and 61. RGB value is (178,48,97). Sum of RGB (Red+Green+Blue) = 178+48+97=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B23061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23061 is #4DCF9E. Grayscale: #5C5C5C. Windows color (decimal): -5099423 or 6369458. OLE color: 6369458.

HSL color Cylindrical-coordinate representation of color #B23061: hue angle of 337.38º 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 #B23061 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 97 -
CMYK 0 0.73 0.46 0.30
HSL 337.38º 0.58% 0.44% -
HSV(B) 337.38º 0.73% 0.7% -
XYZ 21.57 12.44 12.57 -
YUV 92.46 130.57 189.02 -
System Red Green Blue C M Y K H S L
Decimal 178 48 97 0 0.73 0.46 0.30 337.38 0.58 0.44
Hex B2 30 61 0 49 2E 1E 151 3A 2C
Octal 262 60 141 0 111 56 36 521 72 54
Binary 10110010 110000 1100001 0 1001001 101110 11110 101010001 111010 101100

Color Harmonies of #B23061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23061

Black with #B23061

Text Example


Text Example

White with #B23061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23061; }

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

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

background-color css

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

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

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

border-color css

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

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

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