Html Css Color HEX #B7385F Rouge

📋 copy color: '#B7385F'

red 183 ◦ green 56 ◦ blue 95

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

Shades of Rouge #B7385F

Tints of Rouge #B7385F

RGB

 RED value IS 183 (71.88% from 255) = 54.79%

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

 BLUE value IS 95 (37.5% from 255) = 28.44%

R = 54.79%
G = 16.77%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7385F (or 0xB7385F) is known color: Rouge. HEX triplet: B7, 38 and 5F. RGB value is (183,56,95). Sum of RGB (Red+Green+Blue) = 183+56+95=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B7385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7385F is #48C7A0. Grayscale: #626262. Windows color (decimal): -4769697 or 6240439. OLE color: 6240439.

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

Color convert

RGB 183 56 95 -
CMYK 0 0.69 0.48 0.28
HSL 341.57º 0.53% 0.47% -
HSV(B) 341.57º 0.69% 0.72% -
XYZ 23.01 13.72 12.26 -
YUV 98.42 126.08 188.33 -
System Red Green Blue C M Y K H S L
Decimal 183 56 95 0 0.69 0.48 0.28 341.57 0.53 0.47
Hex B7 38 5F 0 45 30 1C 156 35 2F
Octal 267 70 137 0 105 60 34 526 65 57
Binary 10110111 111000 1011111 0 1000101 110000 11100 101010110 110101 101111

Color Harmonies of #B7385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7385F

Black with #B7385F

Text Example


Text Example

White with #B7385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7385F; }

 p { color: rgb(183,56,95); }

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

background-color css

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

 a { background-color: rgb(183,56,95); }

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

border-color css

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

 span { border-color: rgb(183,56,95); }

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