Html Css Color HEX #B23770 Rouge

📋 copy color: '#B23770'

red 178 ◦ green 55 ◦ blue 112

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

Shades of Rouge #B23770

Tints of Rouge #B23770

RGB

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

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

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

R = 51.59%
G = 15.94%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B23770 (or 0xB23770) is known color: Rouge. HEX triplet: B2, 37 and 70. RGB value is (178,55,112). Sum of RGB (Red+Green+Blue) = 178+55+112=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B23770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23770 is #4DC88F. Grayscale: #626262. Windows color (decimal): -5097616 or 7354290. OLE color: 7354290.

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

Color convert

RGB 178 55 112 -
CMYK 0 0.69 0.37 0.30
HSL 332.2º 0.53% 0.46% -
HSV(B) 332.2º 0.69% 0.7% -
XYZ 22.65 13.37 16.72 -
YUV 98.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 178 55 112 0 0.69 0.37 0.30 332.2 0.53 0.46
Hex B2 37 70 0 45 25 1E 14C 35 2E
Octal 262 67 160 0 105 45 36 514 65 56
Binary 10110010 110111 1110000 0 1000101 100101 11110 101001100 110101 101110

Color Harmonies of #B23770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23770

Black with #B23770

Text Example


Text Example

White with #B23770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23770; }

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

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

background-color css

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

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

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

border-color css

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

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

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