Html Css Color HEX #BF900F Dark Goldenrod

📋 copy color: '#BF900F'

red 191 ◦ green 144 ◦ blue 15

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

Shades of Dark Goldenrod #BF900F

Tints of Dark Goldenrod #BF900F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 54.57%
G = 41.14%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF900F (or 0xBF900F) is known color: Dark Goldenrod. HEX triplet: BF, 90 and 0F. RGB value is (191,144,15). Sum of RGB (Red+Green+Blue) = 191+144+15=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF900F is #406FF0. Grayscale: #8F8F8F. Windows color (decimal): -4222961 or 1020095. OLE color: 1020095.

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

Color convert

RGB 191 144 15 -
CMYK 0 0.25 0.92 0.25
HSL 43.98º 0.85% 0.4% -
HSV(B) 43.98º 0.92% 0.75% -
XYZ 31.55 31.06 4.78 -
YUV 143.35 55.57 161.99 -
System Red Green Blue C M Y K H S L
Decimal 191 144 15 0 0.25 0.92 0.25 43.98 0.85 0.4
Hex BF 90 F 0 19 5C 19 2C 55 28
Octal 277 220 17 0 31 134 31 54 125 50
Binary 10111111 10010000 1111 0 11001 1011100 11001 101100 1010101 101000

Color Harmonies of #BF900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF900F

Black with #BF900F

Text Example


Text Example

White with #BF900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF900F; }

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

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

background-color css

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

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

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

border-color css

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

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

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