Html Css Color HEX #B23970 Rouge

📋 copy color: '#B23970'

red 178 ◦ green 57 ◦ blue 112

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

Shades of Rouge #B23970

Tints of Rouge #B23970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 51.3%
G = 16.43%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B23970 (or 0xB23970) is known color: Rouge. HEX triplet: B2, 39 and 70. RGB value is (178,57,112). Sum of RGB (Red+Green+Blue) = 178+57+112=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B23970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23970 is #4DC68F. Grayscale: #636363. Windows color (decimal): -5097104 or 7354802. OLE color: 7354802.

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

Color convert

RGB 178 57 112 -
CMYK 0 0.68 0.37 0.30
HSL 332.73º 0.51% 0.46% -
HSV(B) 332.73º 0.68% 0.7% -
XYZ 22.75 13.56 16.75 -
YUV 99.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 178 57 112 0 0.68 0.37 0.30 332.73 0.51 0.46
Hex B2 39 70 0 44 25 1E 14D 33 2E
Octal 262 71 160 0 104 45 36 515 63 56
Binary 10110010 111001 1110000 0 1000100 100101 11110 101001101 110011 101110

Color Harmonies of #B23970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23970

Black with #B23970

Text Example


Text Example

White with #B23970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23970; }

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

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

background-color css

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

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

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

border-color css

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

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

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