Html Css Color HEX #B83B68 Rouge

📋 copy color: '#B83B68'

red 184 ◦ green 59 ◦ blue 104

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

Shades of Rouge #B83B68

Tints of Rouge #B83B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17%

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

R = 53.03%
G = 17%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B83B68 (or 0xB83B68) is known color: Rouge. HEX triplet: B8, 3B and 68. RGB value is (184,59,104). Sum of RGB (Red+Green+Blue) = 184+59+104=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B68 is #47C497. Grayscale: #656565. Windows color (decimal): -4703384 or 6831032. OLE color: 6831032.

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

Color convert

RGB 184 59 104 -
CMYK 0 0.68 0.43 0.28
HSL 338.4º 0.51% 0.48% -
HSV(B) 338.4º 0.68% 0.72% -
XYZ 23.83 14.32 14.6 -
YUV 101.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 184 59 104 0 0.68 0.43 0.28 338.4 0.51 0.48
Hex B8 3B 68 0 44 2B 1C 152 33 30
Octal 270 73 150 0 104 53 34 522 63 60
Binary 10111000 111011 1101000 0 1000100 101011 11100 101010010 110011 110000

Color Harmonies of #B83B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83B68

Black with #B83B68

Text Example


Text Example

White with #B83B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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