Html Css Color HEX #B83A5E Rouge

📋 copy color: '#B83A5E'

red 184 ◦ green 58 ◦ blue 94

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

Shades of Rouge #B83A5E

Tints of Rouge #B83A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.26%

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 54.76%
G = 17.26%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B83A5E (or 0xB83A5E) is known color: Rouge. HEX triplet: B8, 3A and 5E. RGB value is (184,58,94). Sum of RGB (Red+Green+Blue) = 184+58+94=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A5E is #47C5A1. Grayscale: #636363. Windows color (decimal): -4703650 or 6175416. OLE color: 6175416.

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

Color convert

RGB 184 58 94 -
CMYK 0 0.68 0.49 0.28
HSL 342.86º 0.52% 0.47% -
HSV(B) 342.86º 0.68% 0.72% -
XYZ 23.3 14.02 12.07 -
YUV 99.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 184 58 94 0 0.68 0.49 0.28 342.86 0.52 0.47
Hex B8 3A 5E 0 44 31 1C 157 34 2F
Octal 270 72 136 0 104 61 34 527 64 57
Binary 10111000 111010 1011110 0 1000100 110001 11100 101010111 110100 101111

Color Harmonies of #B83A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A5E

Black with #B83A5E

Text Example


Text Example

White with #B83A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A5E; }

 p { color: rgb(184,58,94); }

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

background-color css

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

 a { background-color: rgb(184,58,94); }

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

border-color css

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

 span { border-color: rgb(184,58,94); }

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