Html Css Color HEX #B7385B Rouge

📋 copy color: '#B7385B'

red 183 ◦ green 56 ◦ blue 91

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

Shades of Rouge #B7385B

Tints of Rouge #B7385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 55.45%
G = 16.97%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7385B (or 0xB7385B) is known color: Rouge. HEX triplet: B7, 38 and 5B. RGB value is (183,56,91). Sum of RGB (Red+Green+Blue) = 183+56+91=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7385B is #48C7A4. Grayscale: #616161. Windows color (decimal): -4769701 or 5978295. OLE color: 5978295.

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

Color convert

RGB 183 56 91 -
CMYK 0 0.69 0.50 0.28
HSL 343.46º 0.53% 0.47% -
HSV(B) 343.46º 0.69% 0.72% -
XYZ 22.83 13.65 11.33 -
YUV 97.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 183 56 91 0 0.69 0.50 0.28 343.46 0.53 0.47
Hex B7 38 5B 0 45 32 1C 157 35 2F
Octal 267 70 133 0 105 62 34 527 65 57
Binary 10110111 111000 1011011 0 1000101 110010 11100 101010111 110101 101111

Color Harmonies of #B7385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7385B

Black with #B7385B

Text Example


Text Example

White with #B7385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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