Html Css Color HEX #BF940B Dark Goldenrod

📋 copy color: '#BF940B'

red 191 ◦ green 148 ◦ blue 11

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

Shades of Dark Goldenrod #BF940B

Tints of Dark Goldenrod #BF940B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.14%

R = 54.57%
G = 42.29%
B = 3.14%

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

#BF940B (or 0xBF940B) is known color: Dark Goldenrod. HEX triplet: BF, 94 and 0B. RGB value is (191,148,11). Sum of RGB (Red+Green+Blue) = 191+148+11=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF940B is #406BF4. Grayscale: #919191. Windows color (decimal): -4221941 or 758975. OLE color: 758975.

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

Color convert

RGB 191 148 11 -
CMYK 0 0.23 0.94 0.25
HSL 45.67º 0.89% 0.4% -
HSV(B) 45.67º 0.94% 0.75% -
XYZ 32.14 32.28 4.85 -
YUV 145.24 52.25 160.64 -
System Red Green Blue C M Y K H S L
Decimal 191 148 11 0 0.23 0.94 0.25 45.67 0.89 0.4
Hex BF 94 B 0 17 5E 19 2E 59 28
Octal 277 224 13 0 27 136 31 56 131 50
Binary 10111111 10010100 1011 0 10111 1011110 11001 101110 1011001 101000

Color Harmonies of #BF940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF940B

Black with #BF940B

Text Example


Text Example

White with #BF940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF940B; }

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

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

background-color css

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

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

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

border-color css

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

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

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