Html Css Color HEX #BF8C0D Dark Goldenrod

📋 copy color: '#BF8C0D'

red 191 ◦ green 140 ◦ blue 13

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

Shades of Dark Goldenrod #BF8C0D

Tints of Dark Goldenrod #BF8C0D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.7%

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

R = 55.52%
G = 40.7%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF8C0D (or 0xBF8C0D) is known color: Dark Goldenrod. HEX triplet: BF, 8C and 0D. RGB value is (191,140,13). Sum of RGB (Red+Green+Blue) = 191+140+13=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8C0D is #4073F2. Grayscale: #8D8D8D. Windows color (decimal): -4223987 or 887999. OLE color: 887999.

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

Color convert

RGB 191 140 13 -
CMYK 0 0.27 0.93 0.25
HSL 42.81º 0.87% 0.4% -
HSV(B) 42.81º 0.93% 0.75% -
XYZ 30.94 29.86 4.51 -
YUV 140.77 55.9 163.83 -
System Red Green Blue C M Y K H S L
Decimal 191 140 13 0 0.27 0.93 0.25 42.81 0.87 0.4
Hex BF 8C D 0 1B 5D 19 2B 57 28
Octal 277 214 15 0 33 135 31 53 127 50
Binary 10111111 10001100 1101 0 11011 1011101 11001 101011 1010111 101000

Color Harmonies of #BF8C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C0D

Black with #BF8C0D

Text Example


Text Example

White with #BF8C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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