Html Css Color HEX #B7386D Rouge

📋 copy color: '#B7386D'

red 183 ◦ green 56 ◦ blue 109

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

Shades of Rouge #B7386D

Tints of Rouge #B7386D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 52.59%
G = 16.09%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7386D (or 0xB7386D) is known color: Rouge. HEX triplet: B7, 38 and 6D. RGB value is (183,56,109). Sum of RGB (Red+Green+Blue) = 183+56+109=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7386D is #48C792. Grayscale: #636363. Windows color (decimal): -4769683 or 7157943. OLE color: 7157943.

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

Color convert

RGB 183 56 109 -
CMYK 0 0.69 0.40 0.28
HSL 334.96º 0.53% 0.47% -
HSV(B) 334.96º 0.69% 0.72% -
XYZ 23.7 14 15.92 -
YUV 100.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 183 56 109 0 0.69 0.40 0.28 334.96 0.53 0.47
Hex B7 38 6D 0 45 28 1C 14F 35 2F
Octal 267 70 155 0 105 50 34 517 65 57
Binary 10110111 111000 1101101 0 1000101 101000 11100 101001111 110101 101111

Color Harmonies of #B7386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7386D

Black with #B7386D

Text Example


Text Example

White with #B7386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7386D; }

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

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

background-color css

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

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

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

border-color css

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

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

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