Html Css Color HEX #BF754C Red Damask

📋 copy color: '#BF754C'

red 191 ◦ green 117 ◦ blue 76

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

Shades of Red Damask #BF754C

Tints of Red Damask #BF754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.47%

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

R = 49.74%
G = 30.47%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF754C (or 0xBF754C) is known color: Red Damask. HEX triplet: BF, 75 and 4C. RGB value is (191,117,76). Sum of RGB (Red+Green+Blue) = 191+117+76=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF754C is #408AB3. Grayscale: #868686. Windows color (decimal): -4229812 or 5010879. OLE color: 5010879.

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

Color convert

RGB 191 117 76 -
CMYK 0 0.39 0.60 0.25
HSL 21.39º 0.47% 0.52% -
HSV(B) 21.39º 0.6% 0.75% -
XYZ 29.15 24.32 10 -
YUV 134.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 191 117 76 0 0.39 0.60 0.25 21.39 0.47 0.52
Hex BF 75 4C 0 27 3C 19 15 2F 34
Octal 277 165 114 0 47 74 31 25 57 64
Binary 10111111 1110101 1001100 0 100111 111100 11001 10101 101111 110100

Color Harmonies of #BF754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF754C

Black with #BF754C

Text Example


Text Example

White with #BF754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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