Html Css Color HEX #BF940A Dark Goldenrod

📋 copy color: '#BF940A'

red 191 ◦ green 148 ◦ blue 10

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

Shades of Dark Goldenrod #BF940A

Tints of Dark Goldenrod #BF940A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 54.73%
G = 42.41%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF940A (or 0xBF940A) is known color: Dark Goldenrod. HEX triplet: BF, 94 and 0A. RGB value is (191,148,10). Sum of RGB (Red+Green+Blue) = 191+148+10=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF940A is #406BF5. Grayscale: #919191. Windows color (decimal): -4221942 or 693439. OLE color: 693439.

HSL color Cylindrical-coordinate representation of color #BF940A: hue angle of 45.75º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF940A is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 148 10 -
CMYK 0 0.23 0.95 0.25
HSL 45.75º 0.9% 0.39% -
HSV(B) 45.75º 0.95% 0.75% -
XYZ 32.13 32.28 4.82 -
YUV 145.13 51.75 160.72 -
System Red Green Blue C M Y K H S L
Decimal 191 148 10 0 0.23 0.95 0.25 45.75 0.9 0.39
Hex BF 94 A 0 17 5F 19 2E 5A 27
Octal 277 224 12 0 27 137 31 56 132 47
Binary 10111111 10010100 1010 0 10111 1011111 11001 101110 1011010 100111

Color Harmonies of #BF940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF940A

Black with #BF940A

Text Example


Text Example

White with #BF940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF940A; }

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

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

background-color css

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

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

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

border-color css

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

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

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