Html Css Color HEX #BF8B14 Dark Goldenrod

📋 copy color: '#BF8B14'

red 191 ◦ green 139 ◦ blue 20

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

Shades of Dark Goldenrod #BF8B14

Tints of Dark Goldenrod #BF8B14

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.71%

 BLUE value IS 20 (8.2% from 255) = 5.71%

R = 54.57%
G = 39.71%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF8B14 (or 0xBF8B14) is known color: Dark Goldenrod. HEX triplet: BF, 8B and 14. RGB value is (191,139,20). Sum of RGB (Red+Green+Blue) = 191+139+20=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8B14 is #4074EB. Grayscale: #8D8D8D. Windows color (decimal): -4224236 or 1346495. OLE color: 1346495.

HSL color Cylindrical-coordinate representation of color #BF8B14: hue angle of 41.75º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF8B14 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 139 20 -
CMYK 0 0.27 0.90 0.25
HSL 41.75º 0.81% 0.41% -
HSV(B) 41.75º 0.9% 0.75% -
XYZ 30.84 29.59 4.75 -
YUV 140.98 59.73 163.68 -
System Red Green Blue C M Y K H S L
Decimal 191 139 20 0 0.27 0.90 0.25 41.75 0.81 0.41
Hex BF 8B 14 0 1B 5A 19 2A 51 29
Octal 277 213 24 0 33 132 31 52 121 51
Binary 10111111 10001011 10100 0 11011 1011010 11001 101010 1010001 101001

Color Harmonies of #BF8B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8B14

Black with #BF8B14

Text Example


Text Example

White with #BF8B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8B14; }

 p { color: rgb(191,139,20); }

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

background-color css

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

 a { background-color: rgb(191,139,20); }

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

border-color css

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

 span { border-color: rgb(191,139,20); }

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