Html Css Color HEX #BF9100 Dark Goldenrod

📋 copy color: '#BF9100'

red 191 ◦ green 145 ◦ blue 0

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

Shades of Dark Goldenrod #BF9100

Tints of Dark Goldenrod #BF9100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.85%
G = 43.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF9100 (or 0xBF9100) is known color: Dark Goldenrod. HEX triplet: BF, 91 and 00. RGB value is (191,145,0). Sum of RGB (Red+Green+Blue) = 191+145+0=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9100 is #406EFF. Grayscale: #8E8E8E. Windows color (decimal): -4222720 or 37311. OLE color: 37311.

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

Color convert

RGB 191 145 0 -
CMYK 0 0.24 1 0.25
HSL 45.55º 1% 0.37% -
HSV(B) 45.55º 1% 0.75% -
XYZ 31.61 31.33 4.38 -
YUV 142.22 47.74 162.79 -
System Red Green Blue C M Y K H S L
Decimal 191 145 0 0 0.24 1 0.25 45.55 1 0.37
Hex BF 91 0 0 18 64 19 2E 64 25
Octal 277 221 0 0 30 144 31 56 144 45
Binary 10111111 10010001 0 0 11000 1100100 11001 101110 1100100 100101

Color Harmonies of #BF9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9100

Black with #BF9100

Text Example


Text Example

White with #BF9100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9100; }

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

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

background-color css

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

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

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

border-color css

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

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

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