Html Css Color HEX #BF900C Dark Goldenrod

📋 copy color: '#BF900C'

red 191 ◦ green 144 ◦ blue 12

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

Shades of Dark Goldenrod #BF900C

Tints of Dark Goldenrod #BF900C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.46%

R = 55.04%
G = 41.5%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF900C (or 0xBF900C) is known color: Dark Goldenrod. HEX triplet: BF, 90 and 0C. RGB value is (191,144,12). Sum of RGB (Red+Green+Blue) = 191+144+12=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF900C is #406FF3. Grayscale: #8F8F8F. Windows color (decimal): -4222964 or 823487. OLE color: 823487.

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

Color convert

RGB 191 144 12 -
CMYK 0 0.25 0.94 0.25
HSL 44.25º 0.88% 0.4% -
HSV(B) 44.25º 0.94% 0.75% -
XYZ 31.53 31.05 4.68 -
YUV 143.01 54.07 162.23 -
System Red Green Blue C M Y K H S L
Decimal 191 144 12 0 0.25 0.94 0.25 44.25 0.88 0.4
Hex BF 90 C 0 19 5E 19 2C 58 28
Octal 277 220 14 0 31 136 31 54 130 50
Binary 10111111 10010000 1100 0 11001 1011110 11001 101100 1011000 101000

Color Harmonies of #BF900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF900C

Black with #BF900C

Text Example


Text Example

White with #BF900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF900C; }

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

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

background-color css

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

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

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

border-color css

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

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

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