Html Css Color HEX #B23567 Rouge

📋 copy color: '#B23567'

red 178 ◦ green 53 ◦ blue 103

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

Shades of Rouge #B23567

Tints of Rouge #B23567

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

 BLUE value IS 103 (40.63% from 255) = 30.84%

R = 53.29%
G = 15.87%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B23567 (or 0xB23567) is known color: Rouge. HEX triplet: B2, 35 and 67. RGB value is (178,53,103). Sum of RGB (Red+Green+Blue) = 178+53+103=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B23567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23567 is #4DCA98. Grayscale: #606060. Windows color (decimal): -5098137 or 6763954. OLE color: 6763954.

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

Color convert

RGB 178 53 103 -
CMYK 0 0.70 0.42 0.30
HSL 336º 0.54% 0.45% -
HSV(B) 336º 0.7% 0.7% -
XYZ 22.08 12.99 14.18 -
YUV 96.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 178 53 103 0 0.70 0.42 0.30 336 0.54 0.45
Hex B2 35 67 0 46 2A 1E 150 36 2D
Octal 262 65 147 0 106 52 36 520 66 55
Binary 10110010 110101 1100111 0 1000110 101010 11110 101010000 110110 101101

Color Harmonies of #B23567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23567

Black with #B23567

Text Example


Text Example

White with #B23567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23567; }

 p { color: rgb(178,53,103); }

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

background-color css

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

 a { background-color: rgb(178,53,103); }

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

border-color css

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

 span { border-color: rgb(178,53,103); }

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