Html Css Color HEX #BF8F46 Tussock

📋 copy color: '#BF8F46'

red 191 ◦ green 143 ◦ blue 70

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

Shades of Tussock #BF8F46

Tints of Tussock #BF8F46

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

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

R = 47.28%
G = 35.4%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF8F46 (or 0xBF8F46) is known color: Tussock. HEX triplet: BF, 8F and 46. RGB value is (191,143,70). Sum of RGB (Red+Green+Blue) = 191+143+70=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F46 is #4070B9. Grayscale: #959595. Windows color (decimal): -4223162 or 4624319. OLE color: 4624319.

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

Color convert

RGB 191 143 70 -
CMYK 0 0.25 0.63 0.25
HSL 36.2º 0.49% 0.51% -
HSV(B) 36.2º 0.63% 0.75% -
XYZ 32.41 31.16 10.1 -
YUV 149.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 191 143 70 0 0.25 0.63 0.25 36.2 0.49 0.51
Hex BF 8F 46 0 19 3F 19 24 31 33
Octal 277 217 106 0 31 77 31 44 61 63
Binary 10111111 10001111 1000110 0 11001 111111 11001 100100 110001 110011

Color Harmonies of #BF8F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F46

Black with #BF8F46

Text Example


Text Example

White with #BF8F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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