Html Css Color HEX #BF714C Red Damask

📋 copy color: '#BF714C'

red 191 ◦ green 113 ◦ blue 76

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

Shades of Red Damask #BF714C

Tints of Red Damask #BF714C

RGB

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

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

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

R = 50.26%
G = 29.74%
B = 20%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF714C (or 0xBF714C) is known color: Red Damask. HEX triplet: BF, 71 and 4C. RGB value is (191,113,76). Sum of RGB (Red+Green+Blue) = 191+113+76=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF714C is #408EB3. Grayscale: #848484. Windows color (decimal): -4230836 or 5009855. OLE color: 5009855.

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

Color convert

RGB 191 113 76 -
CMYK 0 0.41 0.60 0.25
HSL 19.3º 0.47% 0.52% -
HSV(B) 19.3º 0.6% 0.75% -
XYZ 28.7 23.41 9.84 -
YUV 132.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 191 113 76 0 0.41 0.60 0.25 19.3 0.47 0.52
Hex BF 71 4C 0 29 3C 19 13 2F 34
Octal 277 161 114 0 51 74 31 23 57 64
Binary 10111111 1110001 1001100 0 101001 111100 11001 10011 101111 110100

Color Harmonies of #BF714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF714C

Black with #BF714C

Text Example


Text Example

White with #BF714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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