Html Css Color HEX #B23360 Rouge

📋 copy color: '#B23360'

red 178 ◦ green 51 ◦ blue 96

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

Shades of Rouge #B23360

Tints of Rouge #B23360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

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

R = 54.77%
G = 15.69%
B = 29.54%

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

#B23360 (or 0xB23360) is known color: Rouge. HEX triplet: B2, 33 and 60. RGB value is (178,51,96). Sum of RGB (Red+Green+Blue) = 178+51+96=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B23360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23360 is #4DCC9F. Grayscale: #5E5E5E. Windows color (decimal): -5098656 or 6304690. OLE color: 6304690.

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

Color convert

RGB 178 51 96 -
CMYK 0 0.71 0.46 0.30
HSL 338.74º 0.55% 0.45% -
HSV(B) 338.74º 0.71% 0.7% -
XYZ 21.66 12.68 12.37 -
YUV 94.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 178 51 96 0 0.71 0.46 0.30 338.74 0.55 0.45
Hex B2 33 60 0 47 2E 1E 153 37 2D
Octal 262 63 140 0 107 56 36 523 67 55
Binary 10110010 110011 1100000 0 1000111 101110 11110 101010011 110111 101101

Color Harmonies of #B23360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23360

Black with #B23360

Text Example


Text Example

White with #B23360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23360; }

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

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

background-color css

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

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

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

border-color css

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

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

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