Html Css Color HEX #BF6F4A Red Damask

📋 copy color: '#BF6F4A'

red 191 ◦ green 111 ◦ blue 74

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

Shades of Red Damask #BF6F4A

Tints of Red Damask #BF6F4A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.52%

 BLUE value IS 74 (29.3% from 255) = 19.68%

R = 50.8%
G = 29.52%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF6F4A (or 0xBF6F4A) is known color: Red Damask. HEX triplet: BF, 6F and 4A. RGB value is (191,111,74). Sum of RGB (Red+Green+Blue) = 191+111+74=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6F4A is #4090B5. Grayscale: #828282. Windows color (decimal): -4231350 or 4878271. OLE color: 4878271.

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

Color convert

RGB 191 111 74 -
CMYK 0 0.42 0.61 0.25
HSL 18.97º 0.48% 0.52% -
HSV(B) 18.97º 0.61% 0.75% -
XYZ 28.41 22.94 9.41 -
YUV 130.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 191 111 74 0 0.42 0.61 0.25 18.97 0.48 0.52
Hex BF 6F 4A 0 2A 3D 19 13 30 34
Octal 277 157 112 0 52 75 31 23 60 64
Binary 10111111 1101111 1001010 0 101010 111101 11001 10011 110000 110100

Color Harmonies of #BF6F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F4A

Black with #BF6F4A

Text Example


Text Example

White with #BF6F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F4A; }

 p { color: rgb(191,111,74); }

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

background-color css

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

 a { background-color: rgb(191,111,74); }

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

border-color css

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

 span { border-color: rgb(191,111,74); }

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