Html Css Color HEX #BF764C Red Damask

📋 copy color: '#BF764C'

red 191 ◦ green 118 ◦ blue 76

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

Shades of Red Damask #BF764C

Tints of Red Damask #BF764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 49.61%
G = 30.65%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF764C (or 0xBF764C) is known color: Red Damask. HEX triplet: BF, 76 and 4C. RGB value is (191,118,76). Sum of RGB (Red+Green+Blue) = 191+118+76=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF764C is #4089B3. Grayscale: #878787. Windows color (decimal): -4229556 or 5011135. OLE color: 5011135.

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

Color convert

RGB 191 118 76 -
CMYK 0 0.38 0.60 0.25
HSL 21.91º 0.47% 0.52% -
HSV(B) 21.91º 0.6% 0.75% -
XYZ 29.27 24.56 10.03 -
YUV 135.04 94.68 167.92 -
System Red Green Blue C M Y K H S L
Decimal 191 118 76 0 0.38 0.60 0.25 21.91 0.47 0.52
Hex BF 76 4C 0 26 3C 19 16 2F 34
Octal 277 166 114 0 46 74 31 26 57 64
Binary 10111111 1110110 1001100 0 100110 111100 11001 10110 101111 110100

Color Harmonies of #BF764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF764C

Black with #BF764C

Text Example


Text Example

White with #BF764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF764C; }

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

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

background-color css

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

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

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

border-color css

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

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

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