Html Css Color HEX #BF994B Tussock

📋 copy color: '#BF994B'

red 191 ◦ green 153 ◦ blue 75

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

Shades of Tussock #BF994B

Tints of Tussock #BF994B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.9%

R = 45.58%
G = 36.52%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF994B (or 0xBF994B) is known color: Tussock. HEX triplet: BF, 99 and 4B. RGB value is (191,153,75). Sum of RGB (Red+Green+Blue) = 191+153+75=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF994B is #4066B4. Grayscale: #9B9B9B. Windows color (decimal): -4220597 or 4954559. OLE color: 4954559.

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

Color convert

RGB 191 153 75 -
CMYK 0 0.20 0.61 0.25
HSL 40.34º 0.48% 0.52% -
HSV(B) 40.34º 0.61% 0.75% -
XYZ 34.15 34.37 11.49 -
YUV 155.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 191 153 75 0 0.20 0.61 0.25 40.34 0.48 0.52
Hex BF 99 4B 0 14 3D 19 28 30 34
Octal 277 231 113 0 24 75 31 50 60 64
Binary 10111111 10011001 1001011 0 10100 111101 11001 101000 110000 110100

Color Harmonies of #BF994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF994B

Black with #BF994B

Text Example


Text Example

White with #BF994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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