Html Css Color HEX #B83465 Rouge

📋 copy color: '#B83465'

red 184 ◦ green 52 ◦ blue 101

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

Shades of Rouge #B83465

Tints of Rouge #B83465

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 54.6%
G = 15.43%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B83465 (or 0xB83465) is known color: Rouge. HEX triplet: B8, 34 and 65. RGB value is (184,52,101). Sum of RGB (Red+Green+Blue) = 184+52+101=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B83465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83465 is #47CB9A. Grayscale: #606060. Windows color (decimal): -4705179 or 6632632. OLE color: 6632632.

HSL color Cylindrical-coordinate representation of color #B83465: hue angle of 337.73º degrees, saturation: 0.56, 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 #B83465 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 52 101 -
CMYK 0 0.72 0.45 0.28
HSL 337.73º 0.56% 0.46% -
HSV(B) 337.73º 0.72% 0.72% -
XYZ 23.34 13.59 13.7 -
YUV 97.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 184 52 101 0 0.72 0.45 0.28 337.73 0.56 0.46
Hex B8 34 65 0 48 2D 1C 152 38 2E
Octal 270 64 145 0 110 55 34 522 70 56
Binary 10111000 110100 1100101 0 1001000 101101 11100 101010010 111000 101110

Color Harmonies of #B83465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83465

Black with #B83465

Text Example


Text Example

White with #B83465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83465; }

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

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

background-color css

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

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

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

border-color css

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

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

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