Html Css Color HEX #BF9746 Tussock

📋 copy color: '#BF9746'

red 191 ◦ green 151 ◦ blue 70

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

Shades of Tussock #BF9746

Tints of Tussock #BF9746

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.65%

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

R = 46.36%
G = 36.65%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF9746 (or 0xBF9746) is known color: Tussock. HEX triplet: BF, 97 and 46. RGB value is (191,151,70). Sum of RGB (Red+Green+Blue) = 191+151+70=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9746 is #4068B9. Grayscale: #9A9A9A. Windows color (decimal): -4221114 or 4626367. OLE color: 4626367.

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

Color convert

RGB 191 151 70 -
CMYK 0 0.21 0.63 0.25
HSL 40.17º 0.49% 0.51% -
HSV(B) 40.17º 0.63% 0.75% -
XYZ 33.66 33.65 10.52 -
YUV 153.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 191 151 70 0 0.21 0.63 0.25 40.17 0.49 0.51
Hex BF 97 46 0 15 3F 19 28 31 33
Octal 277 227 106 0 25 77 31 50 61 63
Binary 10111111 10010111 1000110 0 10101 111111 11001 101000 110001 110011

Color Harmonies of #BF9746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9746

Black with #BF9746

Text Example


Text Example

White with #BF9746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9746; }

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

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

background-color css

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

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

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

border-color css

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

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

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