Html Css Color HEX #BF8A00 Dark Goldenrod

📋 copy color: '#BF8A00'

red 191 ◦ green 138 ◦ blue 0

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

Shades of Dark Goldenrod #BF8A00

Tints of Dark Goldenrod #BF8A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.05%
G = 41.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF8A00 (or 0xBF8A00) is known color: Dark Goldenrod. HEX triplet: BF, 8A and 00. RGB value is (191,138,0). Sum of RGB (Red+Green+Blue) = 191+138+0=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8A00 is #4075FF. Grayscale: #8A8A8A. Windows color (decimal): -4224512 or 35519. OLE color: 35519.

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

Color convert

RGB 191 138 0 -
CMYK 0 0.28 1 0.25
HSL 43.35º 1% 0.37% -
HSV(B) 43.35º 1% 0.75% -
XYZ 30.57 29.25 4.04 -
YUV 138.12 50.06 165.72 -
System Red Green Blue C M Y K H S L
Decimal 191 138 0 0 0.28 1 0.25 43.35 1 0.37
Hex BF 8A 0 0 1C 64 19 2B 64 25
Octal 277 212 0 0 34 144 31 53 144 45
Binary 10111111 10001010 0 0 11100 1100100 11001 101011 1100100 100101

Color Harmonies of #BF8A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8A00

Black with #BF8A00

Text Example


Text Example

White with #BF8A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8A00; }

 p { color: rgb(191,138,0); }

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

background-color css

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

 a { background-color: rgb(191,138,0); }

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

border-color css

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

 span { border-color: rgb(191,138,0); }

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