Html Css Color HEX #BF7148 Red Damask

📋 copy color: '#BF7148'

red 191 ◦ green 113 ◦ blue 72

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

Shades of Red Damask #BF7148

Tints of Red Damask #BF7148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.05%

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 50.8%
G = 30.05%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF7148 (or 0xBF7148) is known color: Red Damask. HEX triplet: BF, 71 and 48. RGB value is (191,113,72). Sum of RGB (Red+Green+Blue) = 191+113+72=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7148 is #408EB7. Grayscale: #838383. Windows color (decimal): -4230840 or 4747711. OLE color: 4747711.

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

Color convert

RGB 191 113 72 -
CMYK 0 0.41 0.62 0.25
HSL 20.67º 0.48% 0.52% -
HSV(B) 20.67º 0.62% 0.75% -
XYZ 28.56 23.35 9.13 -
YUV 131.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 191 113 72 0 0.41 0.62 0.25 20.67 0.48 0.52
Hex BF 71 48 0 29 3E 19 15 30 34
Octal 277 161 110 0 51 76 31 25 60 64
Binary 10111111 1110001 1001000 0 101001 111110 11001 10101 110000 110100

Color Harmonies of #BF7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7148

Black with #BF7148

Text Example


Text Example

White with #BF7148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7148; }

 p { color: rgb(191,113,72); }

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

background-color css

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

 a { background-color: rgb(191,113,72); }

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

border-color css

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

 span { border-color: rgb(191,113,72); }

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