Html Css Color HEX #B23759 Rouge

📋 copy color: '#B23759'

red 178 ◦ green 55 ◦ blue 89

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

Shades of Rouge #B23759

Tints of Rouge #B23759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

 BLUE value IS 89 (35.16% from 255) = 27.64%

R = 55.28%
G = 17.08%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B23759 (or 0xB23759) is known color: Rouge. HEX triplet: B2, 37 and 59. RGB value is (178,55,89). Sum of RGB (Red+Green+Blue) = 178+55+89=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B23759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23759 is #4DC8A6. Grayscale: #5F5F5F. Windows color (decimal): -5097639 or 5846962. OLE color: 5846962.

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

Color convert

RGB 178 55 89 -
CMYK 0 0.69 0.5 0.30
HSL 343.41º 0.53% 0.46% -
HSV(B) 343.41º 0.69% 0.7% -
XYZ 21.53 12.92 10.81 -
YUV 95.65 124.25 186.74 -
System Red Green Blue C M Y K H S L
Decimal 178 55 89 0 0.69 0.5 0.30 343.41 0.53 0.46
Hex B2 37 59 0 45 32 1E 157 35 2E
Octal 262 67 131 0 105 62 36 527 65 56
Binary 10110010 110111 1011001 0 1000101 110010 11110 101010111 110101 101110

Color Harmonies of #B23759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23759

Black with #B23759

Text Example


Text Example

White with #B23759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23759; }

 p { color: rgb(178,55,89); }

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

background-color css

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

 a { background-color: rgb(178,55,89); }

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

border-color css

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

 span { border-color: rgb(178,55,89); }

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