Html Css Color HEX #B83369 Rouge

📋 copy color: '#B83369'

red 184 ◦ green 51 ◦ blue 105

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

Shades of Rouge #B83369

Tints of Rouge #B83369

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15%

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

R = 54.12%
G = 15%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B83369 (or 0xB83369) is known color: Rouge. HEX triplet: B8, 33 and 69. RGB value is (184,51,105). Sum of RGB (Red+Green+Blue) = 184+51+105=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B83369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83369 is #47CC96. Grayscale: #606060. Windows color (decimal): -4705431 or 6894520. OLE color: 6894520.

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

Color convert

RGB 184 51 105 -
CMYK 0 0.72 0.43 0.28
HSL 335.64º 0.57% 0.46% -
HSV(B) 335.64º 0.72% 0.72% -
XYZ 23.5 13.58 14.75 -
YUV 96.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 184 51 105 0 0.72 0.43 0.28 335.64 0.57 0.46
Hex B8 33 69 0 48 2B 1C 150 39 2E
Octal 270 63 151 0 110 53 34 520 71 56
Binary 10111000 110011 1101001 0 1001000 101011 11100 101010000 111001 101110

Color Harmonies of #B83369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83369

Black with #B83369

Text Example


Text Example

White with #B83369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83369; }

 p { color: rgb(184,51,105); }

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

background-color css

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

 a { background-color: rgb(184,51,105); }

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

border-color css

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

 span { border-color: rgb(184,51,105); }

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