Html Css Color HEX #BF9448 Tussock

📋 copy color: '#BF9448'

red 191 ◦ green 148 ◦ blue 72

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

Shades of Tussock #BF9448

Tints of Tussock #BF9448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.52%

R = 46.47%
G = 36.01%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF9448 (or 0xBF9448) is known color: Tussock. HEX triplet: BF, 94 and 48. RGB value is (191,148,72). Sum of RGB (Red+Green+Blue) = 191+148+72=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9448 is #406BB7. Grayscale: #989898. Windows color (decimal): -4221880 or 4756671. OLE color: 4756671.

HSL color Cylindrical-coordinate representation of color #BF9448: hue angle of 38.32º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF9448 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 148 72 -
CMYK 0 0.23 0.62 0.25
HSL 38.32º 0.48% 0.52% -
HSV(B) 38.32º 0.62% 0.75% -
XYZ 33.25 32.72 10.7 -
YUV 152.19 82.75 155.68 -
System Red Green Blue C M Y K H S L
Decimal 191 148 72 0 0.23 0.62 0.25 38.32 0.48 0.52
Hex BF 94 48 0 17 3E 19 26 30 34
Octal 277 224 110 0 27 76 31 46 60 64
Binary 10111111 10010100 1001000 0 10111 111110 11001 100110 110000 110100

Color Harmonies of #BF9448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9448

Black with #BF9448

Text Example


Text Example

White with #BF9448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9448; }

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

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

background-color css

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

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

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

border-color css

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

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

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