Html Css Color HEX #B23460 Rouge

📋 copy color: '#B23460'

red 178 ◦ green 52 ◦ blue 96

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

Shades of Rouge #B23460

Tints of Rouge #B23460

RGB

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

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

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

R = 54.6%
G = 15.95%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B23460 (or 0xB23460) is known color: Rouge. HEX triplet: B2, 34 and 60. RGB value is (178,52,96). Sum of RGB (Red+Green+Blue) = 178+52+96=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B23460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23460 is #4DCB9F. Grayscale: #5E5E5E. Windows color (decimal): -5098400 or 6304946. OLE color: 6304946.

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

Color convert

RGB 178 52 96 -
CMYK 0 0.71 0.46 0.30
HSL 339.05º 0.55% 0.45% -
HSV(B) 339.05º 0.71% 0.7% -
XYZ 21.7 12.77 12.39 -
YUV 94.69 128.74 187.42 -
System Red Green Blue C M Y K H S L
Decimal 178 52 96 0 0.71 0.46 0.30 339.05 0.55 0.45
Hex B2 34 60 0 47 2E 1E 153 37 2D
Octal 262 64 140 0 107 56 36 523 67 55
Binary 10110010 110100 1100000 0 1000111 101110 11110 101010011 110111 101101

Color Harmonies of #B23460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23460

Black with #B23460

Text Example


Text Example

White with #B23460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23460; }

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

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

background-color css

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

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

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

border-color css

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

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

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