Html Css Color HEX #B23269 Rouge

📋 copy color: '#B23269'

red 178 ◦ green 50 ◦ blue 105

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

Shades of Rouge #B23269

Tints of Rouge #B23269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

 BLUE value IS 105 (41.41% from 255) = 31.53%

R = 53.45%
G = 15.02%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B23269 (or 0xB23269) is known color: Rouge. HEX triplet: B2, 32 and 69. RGB value is (178,50,105). Sum of RGB (Red+Green+Blue) = 178+50+105=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B23269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23269 is #4DCD96. Grayscale: #5E5E5E. Windows color (decimal): -5098903 or 6894258. OLE color: 6894258.

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

Color convert

RGB 178 50 105 -
CMYK 0 0.72 0.41 0.30
HSL 334.22º 0.56% 0.45% -
HSV(B) 334.22º 0.72% 0.7% -
XYZ 22.05 12.77 14.67 -
YUV 94.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 178 50 105 0 0.72 0.41 0.30 334.22 0.56 0.45
Hex B2 32 69 0 48 29 1E 14E 38 2D
Octal 262 62 151 0 110 51 36 516 70 55
Binary 10110010 110010 1101001 0 1001000 101001 11110 101001110 111000 101101

Color Harmonies of #B23269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23269

Black with #B23269

Text Example


Text Example

White with #B23269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23269; }

 p { color: rgb(178,50,105); }

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

background-color css

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

 a { background-color: rgb(178,50,105); }

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

border-color css

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

 span { border-color: rgb(178,50,105); }

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