Html Css Color HEX #BF821A Dark Goldenrod

📋 copy color: '#BF821A'

red 191 ◦ green 130 ◦ blue 26

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

Shades of Dark Goldenrod #BF821A

Tints of Dark Goldenrod #BF821A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.46%

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

R = 55.04%
G = 37.46%
B = 7.49%

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

#BF821A (or 0xBF821A) is known color: Dark Goldenrod. HEX triplet: BF, 82 and 1A. RGB value is (191,130,26). Sum of RGB (Red+Green+Blue) = 191+130+26=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF821A is #407DE5. Grayscale: #888888. Windows color (decimal): -4226534 or 1737407. OLE color: 1737407.

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

Color convert

RGB 191 130 26 -
CMYK 0 0.32 0.86 0.25
HSL 37.82º 0.76% 0.43% -
HSV(B) 37.82º 0.86% 0.75% -
XYZ 29.65 27.12 4.65 -
YUV 136.38 65.71 166.96 -
System Red Green Blue C M Y K H S L
Decimal 191 130 26 0 0.32 0.86 0.25 37.82 0.76 0.43
Hex BF 82 1A 0 20 56 19 26 4C 2B
Octal 277 202 32 0 40 126 31 46 114 53
Binary 10111111 10000010 11010 0 100000 1010110 11001 100110 1001100 101011

Color Harmonies of #BF821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF821A

Black with #BF821A

Text Example


Text Example

White with #BF821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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