#BF8B1C

Color #BF8B1C Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #BF8B1C

Tints of Nugget #BF8B1C

Color information

#BF8B1C (or 0xBF8B1C) is unknown color: approx Nugget. HEX triplet: BF, 8B and 1C. RGB value is (191,139,28). Sum of RGB (Red+Green+Blue) = 191+139+28=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8B1C is #4074E3. Grayscale: #8E8E8E. Windows color (decimal): -4224228 or 1870783. OLE color: 1870783.

HSL color Cylindrical-coordinate representation of color #BF8B1C: hue angle of 40.86º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF8B1C is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB19113928-
CMYK00.270.850.25
HSL40.86º74.43%42.94%-
HSV(B)40.86º85.34%74.9%-
XYZ30.9329.635.19-
YUV141.8963.73163.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 28 (11.33% from 255) = 7.82%
R=53.35%
G=38.83%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911392800.270.850.2540.8674.4342.94
HexBF8B1C01B5519294a2b
Octal27721334033125315111253
Binary1011111110001011111000110111010101110011010011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B1C; }

 p { color: rgb(191,139,28); }

 H1.HeaderClassName
 {
   color: #BF8B1C;
 }
 .AnyTagClassName
 {
   color: #BF8B1C;
 }
</style>
background-color css

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

 a { background-color: rgb(191,139,28); }

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

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

 span { border-color: rgb(191,139,28); }

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