Html Css Color HEX #B7385C Rouge

📋 copy color: '#B7385C'

red 183 ◦ green 56 ◦ blue 92

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

Shades of Rouge #B7385C

Tints of Rouge #B7385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 55.29%
G = 16.92%
B = 27.79%

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

#B7385C (or 0xB7385C) is known color: Rouge. HEX triplet: B7, 38 and 5C. RGB value is (183,56,92). Sum of RGB (Red+Green+Blue) = 183+56+92=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7385C is #48C7A3. Grayscale: #626262. Windows color (decimal): -4769700 or 6043831. OLE color: 6043831.

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

Color convert

RGB 183 56 92 -
CMYK 0 0.69 0.50 0.28
HSL 342.99º 0.53% 0.47% -
HSV(B) 342.99º 0.69% 0.72% -
XYZ 22.87 13.67 11.56 -
YUV 98.08 124.58 188.57 -
System Red Green Blue C M Y K H S L
Decimal 183 56 92 0 0.69 0.50 0.28 342.99 0.53 0.47
Hex B7 38 5C 0 45 32 1C 157 35 2F
Octal 267 70 134 0 105 62 34 527 65 57
Binary 10110111 111000 1011100 0 1000101 110010 11100 101010111 110101 101111

Color Harmonies of #B7385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7385C

Black with #B7385C

Text Example


Text Example

White with #B7385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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