Html Css Color HEX #B83D65 Rouge

📋 copy color: '#B83D65'

red 184 ◦ green 61 ◦ blue 101

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

Shades of Rouge #B83D65

Tints of Rouge #B83D65

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.63%

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

R = 53.18%
G = 17.63%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B83D65 (or 0xB83D65) is known color: Rouge. HEX triplet: B8, 3D and 65. RGB value is (184,61,101). Sum of RGB (Red+Green+Blue) = 184+61+101=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D65 is #47C29A. Grayscale: #666666. Windows color (decimal): -4702875 or 6634936. OLE color: 6634936.

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

Color convert

RGB 184 61 101 -
CMYK 0 0.67 0.45 0.28
HSL 340.49º 0.5% 0.48% -
HSV(B) 340.49º 0.67% 0.72% -
XYZ 23.78 14.47 13.85 -
YUV 102.34 127.25 186.25 -
System Red Green Blue C M Y K H S L
Decimal 184 61 101 0 0.67 0.45 0.28 340.49 0.5 0.48
Hex B8 3D 65 0 43 2D 1C 154 32 30
Octal 270 75 145 0 103 55 34 524 62 60
Binary 10111000 111101 1100101 0 1000011 101101 11100 101010100 110010 110000

Color Harmonies of #B83D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83D65

Black with #B83D65

Text Example


Text Example

White with #B83D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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