Html Css Color HEX #B83865 Rouge

📋 copy color: '#B83865'

red 184 ◦ green 56 ◦ blue 101

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

Shades of Rouge #B83865

Tints of Rouge #B83865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.42%

 BLUE value IS 101 (39.84% from 255) = 29.62%

R = 53.96%
G = 16.42%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B83865 (or 0xB83865) is known color: Rouge. HEX triplet: B8, 38 and 65. RGB value is (184,56,101). Sum of RGB (Red+Green+Blue) = 184+56+101=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B83865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83865 is #47C79A. Grayscale: #636363. Windows color (decimal): -4704155 or 6633656. OLE color: 6633656.

HSL color Cylindrical-coordinate representation of color #B83865: hue angle of 338.91º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83865 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 56 101 -
CMYK 0 0.70 0.45 0.28
HSL 338.91º 0.53% 0.47% -
HSV(B) 338.91º 0.7% 0.72% -
XYZ 23.53 13.96 13.77 -
YUV 99.4 128.91 188.34 -
System Red Green Blue C M Y K H S L
Decimal 184 56 101 0 0.70 0.45 0.28 338.91 0.53 0.47
Hex B8 38 65 0 46 2D 1C 153 35 2F
Octal 270 70 145 0 106 55 34 523 65 57
Binary 10111000 111000 1100101 0 1000110 101101 11100 101010011 110101 101111

Color Harmonies of #B83865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83865

Black with #B83865

Text Example


Text Example

White with #B83865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83865; }

 p { color: rgb(184,56,101); }

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

background-color css

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

 a { background-color: rgb(184,56,101); }

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

border-color css

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

 span { border-color: rgb(184,56,101); }

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