Html Css Color HEX #BF8617 Dark Goldenrod

📋 copy color: '#BF8617'

red 191 ◦ green 134 ◦ blue 23

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

Shades of Dark Goldenrod #BF8617

Tints of Dark Goldenrod #BF8617

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.51%

 BLUE value IS 23 (9.38% from 255) = 6.61%

R = 54.89%
G = 38.51%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF8617 (or 0xBF8617) is known color: Dark Goldenrod. HEX triplet: BF, 86 and 17. RGB value is (191,134,23). Sum of RGB (Red+Green+Blue) = 191+134+23=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8617 is #4079E8. Grayscale: #8A8A8A. Windows color (decimal): -4225513 or 1541823. OLE color: 1541823.

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

Color convert

RGB 191 134 23 -
CMYK 0 0.30 0.88 0.25
HSL 39.64º 0.79% 0.42% -
HSV(B) 39.64º 0.88% 0.75% -
XYZ 30.17 28.19 4.66 -
YUV 138.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 191 134 23 0 0.30 0.88 0.25 39.64 0.79 0.42
Hex BF 86 17 0 1E 58 19 28 4F 2A
Octal 277 206 27 0 36 130 31 50 117 52
Binary 10111111 10000110 10111 0 11110 1011000 11001 101000 1001111 101010

Color Harmonies of #BF8617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8617

Black with #BF8617

Text Example


Text Example

White with #BF8617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8617; }

 p { color: rgb(191,134,23); }

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

background-color css

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

 a { background-color: rgb(191,134,23); }

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

border-color css

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

 span { border-color: rgb(191,134,23); }

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