Html Css Color HEX #BF3768 Rouge

📋 copy color: '#BF3768'

red 191 ◦ green 55 ◦ blue 104

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

Shades of Rouge #BF3768

Tints of Rouge #BF3768

RGB

 RED value IS 191 (75% from 255) = 54.57%

 GREEN value IS 55 (21.88% from 255) = 15.71%

 BLUE value IS 104 (41.02% from 255) = 29.71%

R = 54.57%
G = 15.71%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF3768 (or 0xBF3768) is known color: Rouge. HEX triplet: BF, 37 and 68. RGB value is (191,55,104). Sum of RGB (Red+Green+Blue) = 191+55+104=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3768 is #40C897. Grayscale: #656565. Windows color (decimal): -4245656 or 6830015. OLE color: 6830015.

HSL color Cylindrical-coordinate representation of color #BF3768: hue angle of 338.38º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3768 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 55 104 -
CMYK 0 0.71 0.46 0.25
HSL 338.38º 0.55% 0.48% -
HSV(B) 338.38º 0.71% 0.75% -
XYZ 25.35 14.81 14.62 -
YUV 101.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 191 55 104 0 0.71 0.46 0.25 338.38 0.55 0.48
Hex BF 37 68 0 47 2E 19 152 37 30
Octal 277 67 150 0 107 56 31 522 67 60
Binary 10111111 110111 1101000 0 1000111 101110 11001 101010010 110111 110000

Color Harmonies of #BF3768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3768

Black with #BF3768

Text Example


Text Example

White with #BF3768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3768; }

 p { color: rgb(191,55,104); }

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

background-color css

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

 a { background-color: rgb(191,55,104); }

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

border-color css

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

 span { border-color: rgb(191,55,104); }

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