Html Css Color HEX #B23961 Rouge

📋 copy color: '#B23961'

red 178 ◦ green 57 ◦ blue 97

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

Shades of Rouge #B23961

Tints of Rouge #B23961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.22%

R = 53.61%
G = 17.17%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B23961 (or 0xB23961) is known color: Rouge. HEX triplet: B2, 39 and 61. RGB value is (178,57,97). Sum of RGB (Red+Green+Blue) = 178+57+97=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B23961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23961 is #4DC69E. Grayscale: #616161. Windows color (decimal): -5097119 or 6371762. OLE color: 6371762.

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

Color convert

RGB 178 57 97 -
CMYK 0 0.68 0.46 0.30
HSL 340.17º 0.51% 0.46% -
HSV(B) 340.17º 0.68% 0.7% -
XYZ 21.98 13.25 12.71 -
YUV 97.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 178 57 97 0 0.68 0.46 0.30 340.17 0.51 0.46
Hex B2 39 61 0 44 2E 1E 154 33 2E
Octal 262 71 141 0 104 56 36 524 63 56
Binary 10110010 111001 1100001 0 1000100 101110 11110 101010100 110011 101110

Color Harmonies of #B23961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23961

Black with #B23961

Text Example


Text Example

White with #B23961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23961; }

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

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

background-color css

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

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

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

border-color css

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

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

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