Html Css Color HEX #B83268 Rouge

📋 copy color: '#B83268'

red 184 ◦ green 50 ◦ blue 104

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

Shades of Rouge #B83268

Tints of Rouge #B83268

RGB

 RED value IS 184 (72.27% from 255) = 54.44%

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

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

R = 54.44%
G = 14.79%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B83268 (or 0xB83268) is known color: Rouge. HEX triplet: B8, 32 and 68. RGB value is (184,50,104). Sum of RGB (Red+Green+Blue) = 184+50+104=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B83268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83268 is #47CD97. Grayscale: #606060. Windows color (decimal): -4705688 or 6828728. OLE color: 6828728.

HSL color Cylindrical-coordinate representation of color #B83268: hue angle of 335.82º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83268 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 50 104 -
CMYK 0 0.73 0.43 0.28
HSL 335.82º 0.57% 0.46% -
HSV(B) 335.82º 0.73% 0.72% -
XYZ 23.41 13.47 14.46 -
YUV 96.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 184 50 104 0 0.73 0.43 0.28 335.82 0.57 0.46
Hex B8 32 68 0 49 2B 1C 150 39 2E
Octal 270 62 150 0 111 53 34 520 71 56
Binary 10111000 110010 1101000 0 1001001 101011 11100 101010000 111001 101110

Color Harmonies of #B83268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83268

Black with #B83268

Text Example


Text Example

White with #B83268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83268; }

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

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

background-color css

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

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

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

border-color css

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

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

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