Html Css Color HEX #BF894A Tussock

📋 copy color: '#BF894A'

red 191 ◦ green 137 ◦ blue 74

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

Shades of Tussock #BF894A

Tints of Tussock #BF894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.08%

 BLUE value IS 74 (29.3% from 255) = 18.41%

R = 47.51%
G = 34.08%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF894A (or 0xBF894A) is known color: Tussock. HEX triplet: BF, 89 and 4A. RGB value is (191,137,74). Sum of RGB (Red+Green+Blue) = 191+137+74=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF894A is #4076B5. Grayscale: #929292. Windows color (decimal): -4224694 or 4884927. OLE color: 4884927.

HSL color Cylindrical-coordinate representation of color #BF894A: hue angle of 32.31º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF894A is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 137 74 -
CMYK 0 0.28 0.61 0.25
HSL 32.31º 0.48% 0.52% -
HSV(B) 32.31º 0.61% 0.75% -
XYZ 31.67 29.46 10.5 -
YUV 145.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 191 137 74 0 0.28 0.61 0.25 32.31 0.48 0.52
Hex BF 89 4A 0 1C 3D 19 20 30 34
Octal 277 211 112 0 34 75 31 40 60 64
Binary 10111111 10001001 1001010 0 11100 111101 11001 100000 110000 110100

Color Harmonies of #BF894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF894A

Black with #BF894A

Text Example


Text Example

White with #BF894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF894A; }

 p { color: rgb(191,137,74); }

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

background-color css

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

 a { background-color: rgb(191,137,74); }

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

border-color css

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

 span { border-color: rgb(191,137,74); }

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