Html Css Color HEX #B6385A Rouge

📋 copy color: '#B6385A'

red 182 ◦ green 56 ◦ blue 90

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

Shades of Rouge #B6385A

Tints of Rouge #B6385A

RGB

 RED value IS 182 (71.48% from 255) = 55.49%

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

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 55.49%
G = 17.07%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6385A (or 0xB6385A) is known color: Rouge. HEX triplet: B6, 38 and 5A. RGB value is (182,56,90). Sum of RGB (Red+Green+Blue) = 182+56+90=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6385A is #49C7A5. Grayscale: #616161. Windows color (decimal): -4835238 or 5912758. OLE color: 5912758.

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

Color convert

RGB 182 56 90 -
CMYK 0 0.69 0.51 0.29
HSL 343.81º 0.53% 0.47% -
HSV(B) 343.81º 0.69% 0.71% -
XYZ 22.55 13.51 11.09 -
YUV 97.55 123.74 188.24 -
System Red Green Blue C M Y K H S L
Decimal 182 56 90 0 0.69 0.51 0.29 343.81 0.53 0.47
Hex B6 38 5A 0 45 33 1D 158 35 2F
Octal 266 70 132 0 105 63 35 530 65 57
Binary 10110110 111000 1011010 0 1000101 110011 11101 101011000 110101 101111

Color Harmonies of #B6385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6385A

Black with #B6385A

Text Example


Text Example

White with #B6385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6385A; }

 p { color: rgb(182,56,90); }

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

background-color css

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

 a { background-color: rgb(182,56,90); }

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

border-color css

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

 span { border-color: rgb(182,56,90); }

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