Html Css Color HEX #BF940C Dark Goldenrod

📋 copy color: '#BF940C'

red 191 ◦ green 148 ◦ blue 12

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

Shades of Dark Goldenrod #BF940C

Tints of Dark Goldenrod #BF940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

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

R = 54.42%
G = 42.17%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF940C (or 0xBF940C) is known color: Dark Goldenrod. HEX triplet: BF, 94 and 0C. RGB value is (191,148,12). Sum of RGB (Red+Green+Blue) = 191+148+12=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF940C is #406BF3. Grayscale: #919191. Windows color (decimal): -4221940 or 824511. OLE color: 824511.

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

Color convert

RGB 191 148 12 -
CMYK 0 0.23 0.94 0.25
HSL 45.59º 0.88% 0.4% -
HSV(B) 45.59º 0.94% 0.75% -
XYZ 32.14 32.28 4.88 -
YUV 145.35 52.75 160.56 -
System Red Green Blue C M Y K H S L
Decimal 191 148 12 0 0.23 0.94 0.25 45.59 0.88 0.4
Hex BF 94 C 0 17 5E 19 2E 58 28
Octal 277 224 14 0 27 136 31 56 130 50
Binary 10111111 10010100 1100 0 10111 1011110 11001 101110 1011000 101000

Color Harmonies of #BF940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF940C

Black with #BF940C

Text Example


Text Example

White with #BF940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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