Html Css Color HEX #B23063 Rouge

📋 copy color: '#B23063'

red 178 ◦ green 48 ◦ blue 99

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

Shades of Rouge #B23063

Tints of Rouge #B23063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 54.77%
G = 14.77%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B23063 (or 0xB23063) is known color: Rouge. HEX triplet: B2, 30 and 63. RGB value is (178,48,99). Sum of RGB (Red+Green+Blue) = 178+48+99=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B23063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23063 is #4DCF9C. Grayscale: #5C5C5C. Windows color (decimal): -5099421 or 6500530. OLE color: 6500530.

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

Color convert

RGB 178 48 99 -
CMYK 0 0.73 0.44 0.30
HSL 336.46º 0.58% 0.44% -
HSV(B) 336.46º 0.73% 0.7% -
XYZ 21.67 12.48 13.07 -
YUV 92.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 178 48 99 0 0.73 0.44 0.30 336.46 0.58 0.44
Hex B2 30 63 0 49 2C 1E 150 3A 2C
Octal 262 60 143 0 111 54 36 520 72 54
Binary 10110010 110000 1100011 0 1001001 101100 11110 101010000 111010 101100

Color Harmonies of #B23063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23063

Black with #B23063

Text Example


Text Example

White with #B23063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23063; }

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

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

background-color css

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

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

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

border-color css

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

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

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