Html Css Color HEX #B23268 Rouge

📋 copy color: '#B23268'

red 178 ◦ green 50 ◦ blue 104

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

Shades of Rouge #B23268

Tints of Rouge #B23268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 53.61%
G = 15.06%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B23268 (or 0xB23268) is known color: Rouge. HEX triplet: B2, 32 and 68. RGB value is (178,50,104). Sum of RGB (Red+Green+Blue) = 178+50+104=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B23268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23268 is #4DCD97. Grayscale: #5E5E5E. Windows color (decimal): -5098904 or 6828722. OLE color: 6828722.

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

Color convert

RGB 178 50 104 -
CMYK 0 0.72 0.42 0.30
HSL 334.69º 0.56% 0.45% -
HSV(B) 334.69º 0.72% 0.7% -
XYZ 22 12.75 14.4 -
YUV 94.43 133.41 187.61 -
System Red Green Blue C M Y K H S L
Decimal 178 50 104 0 0.72 0.42 0.30 334.69 0.56 0.45
Hex B2 32 68 0 48 2A 1E 14F 38 2D
Octal 262 62 150 0 110 52 36 517 70 55
Binary 10110010 110010 1101000 0 1001000 101010 11110 101001111 111000 101101

Color Harmonies of #B23268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23268

Black with #B23268

Text Example


Text Example

White with #B23268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23268; }

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

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

background-color css

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

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

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

border-color css

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

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

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