Html Css Color HEX #BF944C Tussock

📋 copy color: '#BF944C'

red 191 ◦ green 148 ◦ blue 76

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

Shades of Tussock #BF944C

Tints of Tussock #BF944C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.66%

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

R = 46.02%
G = 35.66%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF944C (or 0xBF944C) is known color: Tussock. HEX triplet: BF, 94 and 4C. RGB value is (191,148,76). Sum of RGB (Red+Green+Blue) = 191+148+76=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF944C is #406BB3. Grayscale: #989898. Windows color (decimal): -4221876 or 5018815. OLE color: 5018815.

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

Color convert

RGB 191 148 76 -
CMYK 0 0.23 0.60 0.25
HSL 37.57º 0.47% 0.52% -
HSV(B) 37.57º 0.6% 0.75% -
XYZ 33.38 32.78 11.4 -
YUV 152.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 191 148 76 0 0.23 0.60 0.25 37.57 0.47 0.52
Hex BF 94 4C 0 17 3C 19 26 2F 34
Octal 277 224 114 0 27 74 31 46 57 64
Binary 10111111 10010100 1001100 0 10111 111100 11001 100110 101111 110100

Color Harmonies of #BF944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF944C

Black with #BF944C

Text Example


Text Example

White with #BF944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF944C; }

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

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

background-color css

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

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

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

border-color css

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

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

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