#BF8A00

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

Shades of Dark Goldenrod #BF8A00

Tints of Dark Goldenrod #BF8A00

Color information

#BF8A00 (or 0xBF8A00) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 8A and 00. RGB value is (191,138,0). Sum of RGB (Red+Green+Blue) = 191+138+0=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8A00 is #4075FF. Grayscale: #8A8A8A. Windows color (decimal): -4224512 or 35519. OLE color: 35519.

HSL color Cylindrical-coordinate representation of color #BF8A00: hue angle of 43.35º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF8A00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1911380-
CMYK00.2810.25
HSL43.35º100%37.45%-
HSV(B)43.35º100%74.9%-
XYZ30.5729.254.04-
YUV138.1250.06165.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.05%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.05%
G=41.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191138000.2810.2543.3510037.45
HexBF8A001C64192b6425
Octal2772120034144315314445
Binary101111111000101000111001100100110011010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A00; }

 p { color: rgb(191,138,0); }

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

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

 a { background-color: rgb(191,138,0); }

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

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

 span { border-color: rgb(191,138,0); }

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