Html Css Color HEX #BF8B46 Tussock

📋 copy color: '#BF8B46'

red 191 ◦ green 139 ◦ blue 70

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

Shades of Tussock #BF8B46

Tints of Tussock #BF8B46

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.75%

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

R = 47.75%
G = 34.75%
B = 17.5%

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

#BF8B46 (or 0xBF8B46) is known color: Tussock. HEX triplet: BF, 8B and 46. RGB value is (191,139,70). Sum of RGB (Red+Green+Blue) = 191+139+70=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8B46 is #4074B9. Grayscale: #939393. Windows color (decimal): -4224186 or 4623295. OLE color: 4623295.

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

Color convert

RGB 191 139 70 -
CMYK 0 0.27 0.63 0.25
HSL 34.21º 0.49% 0.51% -
HSV(B) 34.21º 0.63% 0.75% -
XYZ 31.82 29.98 9.9 -
YUV 146.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 191 139 70 0 0.27 0.63 0.25 34.21 0.49 0.51
Hex BF 8B 46 0 1B 3F 19 22 31 33
Octal 277 213 106 0 33 77 31 42 61 63
Binary 10111111 10001011 1000110 0 11011 111111 11001 100010 110001 110011

Color Harmonies of #BF8B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8B46

Black with #BF8B46

Text Example


Text Example

White with #BF8B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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