Html Css Color HEX #BF8C14 Dark Goldenrod

📋 copy color: '#BF8C14'

red 191 ◦ green 140 ◦ blue 20

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

Shades of Dark Goldenrod #BF8C14

Tints of Dark Goldenrod #BF8C14

RGB

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

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

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

R = 54.42%
G = 39.89%
B = 5.7%

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

#BF8C14 (or 0xBF8C14) is known color: Dark Goldenrod. HEX triplet: BF, 8C and 14. RGB value is (191,140,20). Sum of RGB (Red+Green+Blue) = 191+140+20=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8C14 is #4073EB. Grayscale: #8E8E8E. Windows color (decimal): -4223980 or 1346751. OLE color: 1346751.

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

Color convert

RGB 191 140 20 -
CMYK 0 0.27 0.90 0.25
HSL 42.11º 0.81% 0.41% -
HSV(B) 42.11º 0.9% 0.75% -
XYZ 30.99 29.88 4.8 -
YUV 141.57 59.4 163.26 -
System Red Green Blue C M Y K H S L
Decimal 191 140 20 0 0.27 0.90 0.25 42.11 0.81 0.41
Hex BF 8C 14 0 1B 5A 19 2A 51 29
Octal 277 214 24 0 33 132 31 52 121 51
Binary 10111111 10001100 10100 0 11011 1011010 11001 101010 1010001 101001

Color Harmonies of #BF8C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C14

Black with #BF8C14

Text Example


Text Example

White with #BF8C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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