Html Css Color HEX #BF8505 Dark Goldenrod

📋 copy color: '#BF8505'

red 191 ◦ green 133 ◦ blue 5

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

Shades of Dark Goldenrod #BF8505

Tints of Dark Goldenrod #BF8505

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 58.05%
G = 40.43%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF8505 (or 0xBF8505) is known color: Dark Goldenrod. HEX triplet: BF, 85 and 05. RGB value is (191,133,5). Sum of RGB (Red+Green+Blue) = 191+133+5=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8505 is #407AFA. Grayscale: #888888. Windows color (decimal): -4225787 or 361919. OLE color: 361919.

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

Color convert

RGB 191 133 5 -
CMYK 0 0.30 0.97 0.25
HSL 41.29º 0.95% 0.38% -
HSV(B) 41.29º 0.97% 0.75% -
XYZ 29.9 27.86 3.95 -
YUV 135.75 54.22 167.41 -
System Red Green Blue C M Y K H S L
Decimal 191 133 5 0 0.30 0.97 0.25 41.29 0.95 0.38
Hex BF 85 5 0 1E 61 19 29 5F 26
Octal 277 205 5 0 36 141 31 51 137 46
Binary 10111111 10000101 101 0 11110 1100001 11001 101001 1011111 100110

Color Harmonies of #BF8505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8505

Black with #BF8505

Text Example


Text Example

White with #BF8505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8505; }

 p { color: rgb(191,133,5); }

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

background-color css

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

 a { background-color: rgb(191,133,5); }

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

border-color css

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

 span { border-color: rgb(191,133,5); }

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