Html Css Color HEX #BF8D0A Dark Goldenrod

📋 copy color: '#BF8D0A'

red 191 ◦ green 141 ◦ blue 10

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

Shades of Dark Goldenrod #BF8D0A

Tints of Dark Goldenrod #BF8D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 55.85%
G = 41.23%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF8D0A (or 0xBF8D0A) is known color: Dark Goldenrod. HEX triplet: BF, 8D and 0A. RGB value is (191,141,10). Sum of RGB (Red+Green+Blue) = 191+141+10=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8D0A is #4072F5. Grayscale: #8D8D8D. Windows color (decimal): -4223734 or 691647. OLE color: 691647.

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

Color convert

RGB 191 141 10 -
CMYK 0 0.26 0.95 0.25
HSL 43.43º 0.9% 0.39% -
HSV(B) 43.43º 0.95% 0.75% -
XYZ 31.07 30.15 4.47 -
YUV 141.02 54.07 163.65 -
System Red Green Blue C M Y K H S L
Decimal 191 141 10 0 0.26 0.95 0.25 43.43 0.9 0.39
Hex BF 8D A 0 1A 5F 19 2B 5A 27
Octal 277 215 12 0 32 137 31 53 132 47
Binary 10111111 10001101 1010 0 11010 1011111 11001 101011 1011010 100111

Color Harmonies of #BF8D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8D0A

Black with #BF8D0A

Text Example


Text Example

White with #BF8D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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