Html Css Color HEX #BF6B4C Red Damask

📋 copy color: '#BF6B4C'

red 191 ◦ green 107 ◦ blue 76

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

Shades of Red Damask #BF6B4C

Tints of Red Damask #BF6B4C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.61%

 BLUE value IS 76 (30.08% from 255) = 20.32%

R = 51.07%
G = 28.61%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF6B4C (or 0xBF6B4C) is known color: Red Damask. HEX triplet: BF, 6B and 4C. RGB value is (191,107,76). Sum of RGB (Red+Green+Blue) = 191+107+76=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6B4C is #4094B3. Grayscale: #808080. Windows color (decimal): -4232372 or 5008319. OLE color: 5008319.

HSL color Cylindrical-coordinate representation of color #BF6B4C: hue angle of 16.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF6B4C is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 107 76 -
CMYK 0 0.44 0.60 0.25
HSL 16.17º 0.47% 0.52% -
HSV(B) 16.17º 0.6% 0.75% -
XYZ 28.05 22.11 9.63 -
YUV 128.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 191 107 76 0 0.44 0.60 0.25 16.17 0.47 0.52
Hex BF 6B 4C 0 2C 3C 19 10 2F 34
Octal 277 153 114 0 54 74 31 20 57 64
Binary 10111111 1101011 1001100 0 101100 111100 11001 10000 101111 110100

Color Harmonies of #BF6B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B4C

Black with #BF6B4C

Text Example


Text Example

White with #BF6B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B4C; }

 p { color: rgb(191,107,76); }

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

background-color css

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

 a { background-color: rgb(191,107,76); }

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

border-color css

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

 span { border-color: rgb(191,107,76); }

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