Html Css Color HEX #B83A6B Rouge

📋 copy color: '#B83A6B'

red 184 ◦ green 58 ◦ blue 107

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

Shades of Rouge #B83A6B

Tints of Rouge #B83A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 52.72%
G = 16.62%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B83A6B (or 0xB83A6B) is known color: Rouge. HEX triplet: B8, 3A and 6B. RGB value is (184,58,107). Sum of RGB (Red+Green+Blue) = 184+58+107=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A6B is #47C594. Grayscale: #656565. Windows color (decimal): -4703637 or 7027384. OLE color: 7027384.

HSL color Cylindrical-coordinate representation of color #B83A6B: hue angle of 336.67º 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 #B83A6B is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 58 107 -
CMYK 0 0.68 0.42 0.28
HSL 336.67º 0.52% 0.47% -
HSV(B) 336.67º 0.68% 0.72% -
XYZ 23.93 14.28 15.4 -
YUV 101.26 131.24 187.02 -
System Red Green Blue C M Y K H S L
Decimal 184 58 107 0 0.68 0.42 0.28 336.67 0.52 0.47
Hex B8 3A 6B 0 44 2A 1C 151 34 2F
Octal 270 72 153 0 104 52 34 521 64 57
Binary 10111000 111010 1101011 0 1000100 101010 11100 101010001 110100 101111

Color Harmonies of #B83A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A6B

Black with #B83A6B

Text Example


Text Example

White with #B83A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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