Html Css Color HEX #B23962 Rouge

📋 copy color: '#B23962'

red 178 ◦ green 57 ◦ blue 98

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

Shades of Rouge #B23962

Tints of Rouge #B23962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.12%

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 53.45%
G = 17.12%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B23962 (or 0xB23962) is known color: Rouge. HEX triplet: B2, 39 and 62. RGB value is (178,57,98). Sum of RGB (Red+Green+Blue) = 178+57+98=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B23962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23962 is #4DC69D. Grayscale: #616161. Windows color (decimal): -5097118 or 6437298. OLE color: 6437298.

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

Color convert

RGB 178 57 98 -
CMYK 0 0.68 0.45 0.30
HSL 339.67º 0.51% 0.46% -
HSV(B) 339.67º 0.68% 0.7% -
XYZ 22.03 13.27 12.96 -
YUV 97.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 178 57 98 0 0.68 0.45 0.30 339.67 0.51 0.46
Hex B2 39 62 0 44 2D 1E 154 33 2E
Octal 262 71 142 0 104 55 36 524 63 56
Binary 10110010 111001 1100010 0 1000100 101101 11110 101010100 110011 101110

Color Harmonies of #B23962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23962

Black with #B23962

Text Example


Text Example

White with #B23962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23962; }

 p { color: rgb(178,57,98); }

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

background-color css

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

 a { background-color: rgb(178,57,98); }

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

border-color css

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

 span { border-color: rgb(178,57,98); }

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