Html Css Color HEX #BF994C Tussock

📋 copy color: '#BF994C'

red 191 ◦ green 153 ◦ blue 76

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

Shades of Tussock #BF994C

Tints of Tussock #BF994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.43%

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

R = 45.48%
G = 36.43%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF994C (or 0xBF994C) is known color: Tussock. HEX triplet: BF, 99 and 4C. RGB value is (191,153,76). Sum of RGB (Red+Green+Blue) = 191+153+76=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF994C is #4066B3. Grayscale: #9B9B9B. Windows color (decimal): -4220596 or 5020095. OLE color: 5020095.

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

Color convert

RGB 191 153 76 -
CMYK 0 0.20 0.60 0.25
HSL 40.17º 0.47% 0.52% -
HSV(B) 40.17º 0.6% 0.75% -
XYZ 34.18 34.38 11.67 -
YUV 155.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 191 153 76 0 0.20 0.60 0.25 40.17 0.47 0.52
Hex BF 99 4C 0 14 3C 19 28 2F 34
Octal 277 231 114 0 24 74 31 50 57 64
Binary 10111111 10011001 1001100 0 10100 111100 11001 101000 101111 110100

Color Harmonies of #BF994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF994C

Black with #BF994C

Text Example


Text Example

White with #BF994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF994C; }

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

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

background-color css

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

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

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

border-color css

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

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

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