Html Css Color HEX #BF801A Dark Goldenrod

📋 copy color: '#BF801A'

red 191 ◦ green 128 ◦ blue 26

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

Shades of Dark Goldenrod #BF801A

Tints of Dark Goldenrod #BF801A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 55.36%
G = 37.1%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF801A (or 0xBF801A) is known color: Dark Goldenrod. HEX triplet: BF, 80 and 1A. RGB value is (191,128,26). Sum of RGB (Red+Green+Blue) = 191+128+26=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF801A is #407FE5. Grayscale: #878787. Windows color (decimal): -4227046 or 1736895. OLE color: 1736895.

HSL color Cylindrical-coordinate representation of color #BF801A: hue angle of 37.09º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF801A is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 128 26 -
CMYK 0 0.33 0.86 0.25
HSL 37.09º 0.76% 0.43% -
HSV(B) 37.09º 0.86% 0.75% -
XYZ 29.39 26.59 4.56 -
YUV 135.21 66.37 167.79 -
System Red Green Blue C M Y K H S L
Decimal 191 128 26 0 0.33 0.86 0.25 37.09 0.76 0.43
Hex BF 80 1A 0 21 56 19 25 4C 2B
Octal 277 200 32 0 41 126 31 45 114 53
Binary 10111111 10000000 11010 0 100001 1010110 11001 100101 1001100 101011

Color Harmonies of #BF801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF801A

Black with #BF801A

Text Example


Text Example

White with #BF801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF801A; }

 p { color: rgb(191,128,26); }

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

background-color css

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

 a { background-color: rgb(191,128,26); }

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

border-color css

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

 span { border-color: rgb(191,128,26); }

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