Html Css Color HEX #BF8C01 Dark Goldenrod

📋 copy color: '#BF8C01'

red 191 ◦ green 140 ◦ blue 1

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

Shades of Dark Goldenrod #BF8C01

Tints of Dark Goldenrod #BF8C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 57.53%
G = 42.17%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF8C01 (or 0xBF8C01) is known color: Dark Goldenrod. HEX triplet: BF, 8C and 01. RGB value is (191,140,1). Sum of RGB (Red+Green+Blue) = 191+140+1=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8C01 is #4073FE. Grayscale: #8C8C8C. Windows color (decimal): -4223999 or 101567. OLE color: 101567.

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

Color convert

RGB 191 140 1 -
CMYK 0 0.27 0.99 0.25
HSL 43.89º 0.99% 0.38% -
HSV(B) 43.89º 0.99% 0.75% -
XYZ 30.87 29.83 4.16 -
YUV 139.4 49.9 164.8 -
System Red Green Blue C M Y K H S L
Decimal 191 140 1 0 0.27 0.99 0.25 43.89 0.99 0.38
Hex BF 8C 1 0 1B 63 19 2C 63 26
Octal 277 214 1 0 33 143 31 54 143 46
Binary 10111111 10001100 1 0 11011 1100011 11001 101100 1100011 100110

Color Harmonies of #BF8C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C01

Black with #BF8C01

Text Example


Text Example

White with #BF8C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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