Html Css Color HEX #BF930E Dark Goldenrod

📋 copy color: '#BF930E'

red 191 ◦ green 147 ◦ blue 14

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

Shades of Dark Goldenrod #BF930E

Tints of Dark Goldenrod #BF930E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.76%

 BLUE value IS 14 (5.86% from 255) = 3.98%

R = 54.26%
G = 41.76%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF930E (or 0xBF930E) is known color: Dark Goldenrod. HEX triplet: BF, 93 and 0E. RGB value is (191,147,14). Sum of RGB (Red+Green+Blue) = 191+147+14=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF930E is #406CF1. Grayscale: #919191. Windows color (decimal): -4222194 or 955327. OLE color: 955327.

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

Color convert

RGB 191 147 14 -
CMYK 0 0.23 0.93 0.25
HSL 45.08º 0.86% 0.4% -
HSV(B) 45.08º 0.93% 0.75% -
XYZ 32 31.98 4.9 -
YUV 144.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 191 147 14 0 0.23 0.93 0.25 45.08 0.86 0.4
Hex BF 93 E 0 17 5D 19 2D 56 28
Octal 277 223 16 0 27 135 31 55 126 50
Binary 10111111 10010011 1110 0 10111 1011101 11001 101101 1010110 101000

Color Harmonies of #BF930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF930E

Black with #BF930E

Text Example


Text Example

White with #BF930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF930E; }

 p { color: rgb(191,147,14); }

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

background-color css

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

 a { background-color: rgb(191,147,14); }

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

border-color css

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

 span { border-color: rgb(191,147,14); }

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