Html Css Color HEX #BF894C Tussock

📋 copy color: '#BF894C'

red 191 ◦ green 137 ◦ blue 76

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

Shades of Tussock #BF894C

Tints of Tussock #BF894C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.81%

R = 47.28%
G = 33.91%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF894C (or 0xBF894C) is known color: Tussock. HEX triplet: BF, 89 and 4C. RGB value is (191,137,76). Sum of RGB (Red+Green+Blue) = 191+137+76=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF894C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF894C is #4076B3. Grayscale: #929292. Windows color (decimal): -4224692 or 5015999. OLE color: 5015999.

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

Color convert

RGB 191 137 76 -
CMYK 0 0.28 0.60 0.25
HSL 31.83º 0.47% 0.52% -
HSV(B) 31.83º 0.6% 0.75% -
XYZ 31.74 29.49 10.86 -
YUV 146.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 191 137 76 0 0.28 0.60 0.25 31.83 0.47 0.52
Hex BF 89 4C 0 1C 3C 19 20 2F 34
Octal 277 211 114 0 34 74 31 40 57 64
Binary 10111111 10001001 1001100 0 11100 111100 11001 100000 101111 110100

Color Harmonies of #BF894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF894C

Black with #BF894C

Text Example


Text Example

White with #BF894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF894C; }

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

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

background-color css

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

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

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

border-color css

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

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

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