Html Css Color HEX #BF954C Tussock

📋 copy color: '#BF954C'

red 191 ◦ green 149 ◦ blue 76

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

Shades of Tussock #BF954C

Tints of Tussock #BF954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.82%

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

R = 45.91%
G = 35.82%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF954C (or 0xBF954C) is known color: Tussock. HEX triplet: BF, 95 and 4C. RGB value is (191,149,76). Sum of RGB (Red+Green+Blue) = 191+149+76=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF954C is #406AB3. Grayscale: #999999. Windows color (decimal): -4221620 or 5019071. OLE color: 5019071.

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

Color convert

RGB 191 149 76 -
CMYK 0 0.22 0.60 0.25
HSL 38.09º 0.47% 0.52% -
HSV(B) 38.09º 0.6% 0.75% -
XYZ 33.54 33.09 11.46 -
YUV 153.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 191 149 76 0 0.22 0.60 0.25 38.09 0.47 0.52
Hex BF 95 4C 0 16 3C 19 26 2F 34
Octal 277 225 114 0 26 74 31 46 57 64
Binary 10111111 10010101 1001100 0 10110 111100 11001 100110 101111 110100

Color Harmonies of #BF954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF954C

Black with #BF954C

Text Example


Text Example

White with #BF954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF954C; }

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

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

background-color css

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

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

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

border-color css

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

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

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