Html Css Color HEX #BF7348 Red Damask

📋 copy color: '#BF7348'

red 191 ◦ green 115 ◦ blue 72

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

Shades of Red Damask #BF7348

Tints of Red Damask #BF7348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

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

R = 50.53%
G = 30.42%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF7348 (or 0xBF7348) is known color: Red Damask. HEX triplet: BF, 73 and 48. RGB value is (191,115,72). Sum of RGB (Red+Green+Blue) = 191+115+72=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7348 is #408CB7. Grayscale: #858585. Windows color (decimal): -4230328 or 4748223. OLE color: 4748223.

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

Color convert

RGB 191 115 72 -
CMYK 0 0.40 0.62 0.25
HSL 21.68º 0.48% 0.52% -
HSV(B) 21.68º 0.62% 0.75% -
XYZ 28.79 23.81 9.21 -
YUV 132.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 191 115 72 0 0.40 0.62 0.25 21.68 0.48 0.52
Hex BF 73 48 0 28 3E 19 16 30 34
Octal 277 163 110 0 50 76 31 26 60 64
Binary 10111111 1110011 1001000 0 101000 111110 11001 10110 110000 110100

Color Harmonies of #BF7348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7348

Black with #BF7348

Text Example


Text Example

White with #BF7348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7348; }

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

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

background-color css

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

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

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

border-color css

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

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

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