Html Css Color HEX #BF9048 Tussock

📋 copy color: '#BF9048'

red 191 ◦ green 144 ◦ blue 72

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

Shades of Tussock #BF9048

Tints of Tussock #BF9048

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.38%

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

R = 46.93%
G = 35.38%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF9048 (or 0xBF9048) is known color: Tussock. HEX triplet: BF, 90 and 48. RGB value is (191,144,72). Sum of RGB (Red+Green+Blue) = 191+144+72=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9048 is #406FB7. Grayscale: #969696. Windows color (decimal): -4222904 or 4755647. OLE color: 4755647.

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

Color convert

RGB 191 144 72 -
CMYK 0 0.25 0.62 0.25
HSL 36.3º 0.48% 0.52% -
HSV(B) 36.3º 0.62% 0.75% -
XYZ 32.63 31.49 10.49 -
YUV 149.85 84.07 157.35 -
System Red Green Blue C M Y K H S L
Decimal 191 144 72 0 0.25 0.62 0.25 36.3 0.48 0.52
Hex BF 90 48 0 19 3E 19 24 30 34
Octal 277 220 110 0 31 76 31 44 60 64
Binary 10111111 10010000 1001000 0 11001 111110 11001 100100 110000 110100

Color Harmonies of #BF9048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9048

Black with #BF9048

Text Example


Text Example

White with #BF9048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9048; }

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

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

background-color css

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

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

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

border-color css

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

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

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