Html Css Color HEX #BF800A Dark Goldenrod

📋 copy color: '#BF800A'

red 191 ◦ green 128 ◦ blue 10

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

Shades of Dark Goldenrod #BF800A

Tints of Dark Goldenrod #BF800A

RGB

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

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

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

R = 58.05%
G = 38.91%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF800A (or 0xBF800A) is known color: Dark Goldenrod. HEX triplet: BF, 80 and 0A. RGB value is (191,128,10). Sum of RGB (Red+Green+Blue) = 191+128+10=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF800A is #407FF5. Grayscale: #858585. Windows color (decimal): -4227062 or 688319. OLE color: 688319.

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

Color convert

RGB 191 128 10 -
CMYK 0 0.33 0.95 0.25
HSL 39.12º 0.9% 0.39% -
HSV(B) 39.12º 0.95% 0.75% -
XYZ 29.26 26.54 3.87 -
YUV 133.39 58.37 169.09 -
System Red Green Blue C M Y K H S L
Decimal 191 128 10 0 0.33 0.95 0.25 39.12 0.9 0.39
Hex BF 80 A 0 21 5F 19 27 5A 27
Octal 277 200 12 0 41 137 31 47 132 47
Binary 10111111 10000000 1010 0 100001 1011111 11001 100111 1011010 100111

Color Harmonies of #BF800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF800A

Black with #BF800A

Text Example


Text Example

White with #BF800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF800A; }

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

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

background-color css

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

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

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

border-color css

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

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

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