Html Css Color HEX #BF810A Dark Goldenrod

📋 copy color: '#BF810A'

red 191 ◦ green 129 ◦ blue 10

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

Shades of Dark Goldenrod #BF810A

Tints of Dark Goldenrod #BF810A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 57.88%
G = 39.09%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF810A (or 0xBF810A) is known color: Dark Goldenrod. HEX triplet: BF, 81 and 0A. RGB value is (191,129,10). Sum of RGB (Red+Green+Blue) = 191+129+10=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF810A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF810A is #407EF5. Grayscale: #868686. Windows color (decimal): -4226806 or 688575. OLE color: 688575.

HSL color Cylindrical-coordinate representation of color #BF810A: hue angle of 39.45º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF810A is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 129 10 -
CMYK 0 0.32 0.95 0.25
HSL 39.45º 0.9% 0.39% -
HSV(B) 39.45º 0.95% 0.75% -
XYZ 29.39 26.8 3.91 -
YUV 133.97 58.04 168.68 -
System Red Green Blue C M Y K H S L
Decimal 191 129 10 0 0.32 0.95 0.25 39.45 0.9 0.39
Hex BF 81 A 0 20 5F 19 27 5A 27
Octal 277 201 12 0 40 137 31 47 132 47
Binary 10111111 10000001 1010 0 100000 1011111 11001 100111 1011010 100111

Color Harmonies of #BF810A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF810A

Black with #BF810A

Text Example


Text Example

White with #BF810A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF810A; }

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

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

background-color css

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

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

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

border-color css

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

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

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