Html Css Color HEX #BF8D0D Dark Goldenrod

📋 copy color: '#BF8D0D'

red 191 ◦ green 141 ◦ blue 13

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

Shades of Dark Goldenrod #BF8D0D

Tints of Dark Goldenrod #BF8D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 55.36%
G = 40.87%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF8D0D (or 0xBF8D0D) is known color: Dark Goldenrod. HEX triplet: BF, 8D and 0D. RGB value is (191,141,13). Sum of RGB (Red+Green+Blue) = 191+141+13=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8D0D is #4072F2. Grayscale: #8D8D8D. Windows color (decimal): -4223731 or 888255. OLE color: 888255.

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

Color convert

RGB 191 141 13 -
CMYK 0 0.26 0.93 0.25
HSL 43.15º 0.87% 0.4% -
HSV(B) 43.15º 0.93% 0.75% -
XYZ 31.08 30.16 4.56 -
YUV 141.36 55.57 163.41 -
System Red Green Blue C M Y K H S L
Decimal 191 141 13 0 0.26 0.93 0.25 43.15 0.87 0.4
Hex BF 8D D 0 1A 5D 19 2B 57 28
Octal 277 215 15 0 32 135 31 53 127 50
Binary 10111111 10001101 1101 0 11010 1011101 11001 101011 1010111 101000

Color Harmonies of #BF8D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8D0D

Black with #BF8D0D

Text Example


Text Example

White with #BF8D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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