Html Css Color HEX #BF8C46 Tussock

📋 copy color: '#BF8C46'

red 191 ◦ green 140 ◦ blue 70

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

Shades of Tussock #BF8C46

Tints of Tussock #BF8C46

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.91%

 BLUE value IS 70 (27.73% from 255) = 17.46%

R = 47.63%
G = 34.91%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF8C46 (or 0xBF8C46) is known color: Tussock. HEX triplet: BF, 8C and 46. RGB value is (191,140,70). Sum of RGB (Red+Green+Blue) = 191+140+70=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C46 is #4073B9. Grayscale: #939393. Windows color (decimal): -4223930 or 4623551. OLE color: 4623551.

HSL color Cylindrical-coordinate representation of color #BF8C46: hue angle of 34.71º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF8C46 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 140 70 -
CMYK 0 0.27 0.63 0.25
HSL 34.71º 0.49% 0.51% -
HSV(B) 34.71º 0.63% 0.75% -
XYZ 31.97 30.27 9.95 -
YUV 147.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 191 140 70 0 0.27 0.63 0.25 34.71 0.49 0.51
Hex BF 8C 46 0 1B 3F 19 23 31 33
Octal 277 214 106 0 33 77 31 43 61 63
Binary 10111111 10001100 1000110 0 11011 111111 11001 100011 110001 110011

Color Harmonies of #BF8C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C46

Black with #BF8C46

Text Example


Text Example

White with #BF8C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C46; }

 p { color: rgb(191,140,70); }

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

background-color css

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

 a { background-color: rgb(191,140,70); }

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

border-color css

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

 span { border-color: rgb(191,140,70); }

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