Html Css Color HEX #B23463 Rouge

📋 copy color: '#B23463'

red 178 ◦ green 52 ◦ blue 99

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

Shades of Rouge #B23463

Tints of Rouge #B23463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

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

R = 54.1%
G = 15.81%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B23463 (or 0xB23463) is known color: Rouge. HEX triplet: B2, 34 and 63. RGB value is (178,52,99). Sum of RGB (Red+Green+Blue) = 178+52+99=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B23463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23463 is #4DCB9C. Grayscale: #5E5E5E. Windows color (decimal): -5098397 or 6501554. OLE color: 6501554.

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

Color convert

RGB 178 52 99 -
CMYK 0 0.71 0.44 0.30
HSL 337.62º 0.55% 0.45% -
HSV(B) 337.62º 0.71% 0.7% -
XYZ 21.84 12.82 13.13 -
YUV 95.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 178 52 99 0 0.71 0.44 0.30 337.62 0.55 0.45
Hex B2 34 63 0 47 2C 1E 152 37 2D
Octal 262 64 143 0 107 54 36 522 67 55
Binary 10110010 110100 1100011 0 1000111 101100 11110 101010010 110111 101101

Color Harmonies of #B23463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23463

Black with #B23463

Text Example


Text Example

White with #B23463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23463; }

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

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

background-color css

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

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

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

border-color css

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

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

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