Html Css Color HEX #BF8D05 Dark Goldenrod

📋 copy color: '#BF8D05'

red 191 ◦ green 141 ◦ blue 5

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

Shades of Dark Goldenrod #BF8D05

Tints of Dark Goldenrod #BF8D05

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.84%

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

R = 56.68%
G = 41.84%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF8D05 (or 0xBF8D05) is known color: Dark Goldenrod. HEX triplet: BF, 8D and 05. RGB value is (191,141,5). Sum of RGB (Red+Green+Blue) = 191+141+5=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8D05 is #4072FA. Grayscale: #8D8D8D. Windows color (decimal): -4223739 or 363967. OLE color: 363967.

HSL color Cylindrical-coordinate representation of color #BF8D05: hue angle of 43.87º 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 #BF8D05 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 141 5 -
CMYK 0 0.26 0.97 0.25
HSL 43.87º 0.95% 0.38% -
HSV(B) 43.87º 0.97% 0.75% -
XYZ 31.04 30.14 4.32 -
YUV 140.45 51.57 164.06 -
System Red Green Blue C M Y K H S L
Decimal 191 141 5 0 0.26 0.97 0.25 43.87 0.95 0.38
Hex BF 8D 5 0 1A 61 19 2C 5F 26
Octal 277 215 5 0 32 141 31 54 137 46
Binary 10111111 10001101 101 0 11010 1100001 11001 101100 1011111 100110

Color Harmonies of #BF8D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8D05

Black with #BF8D05

Text Example


Text Example

White with #BF8D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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