Html Css Color HEX #BF811A Dark Goldenrod

📋 copy color: '#BF811A'

red 191 ◦ green 129 ◦ blue 26

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

Shades of Dark Goldenrod #BF811A

Tints of Dark Goldenrod #BF811A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.28%

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

R = 55.2%
G = 37.28%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF811A (or 0xBF811A) is known color: Dark Goldenrod. HEX triplet: BF, 81 and 1A. RGB value is (191,129,26). Sum of RGB (Red+Green+Blue) = 191+129+26=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF811A is #407EE5. Grayscale: #888888. Windows color (decimal): -4226790 or 1737151. OLE color: 1737151.

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

Color convert

RGB 191 129 26 -
CMYK 0 0.32 0.86 0.25
HSL 37.45º 0.76% 0.43% -
HSV(B) 37.45º 0.86% 0.75% -
XYZ 29.52 26.85 4.6 -
YUV 135.8 66.04 167.38 -
System Red Green Blue C M Y K H S L
Decimal 191 129 26 0 0.32 0.86 0.25 37.45 0.76 0.43
Hex BF 81 1A 0 20 56 19 25 4C 2B
Octal 277 201 32 0 40 126 31 45 114 53
Binary 10111111 10000001 11010 0 100000 1010110 11001 100101 1001100 101011

Color Harmonies of #BF811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF811A

Black with #BF811A

Text Example


Text Example

White with #BF811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF811A; }

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

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

background-color css

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

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

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

border-color css

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

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

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