Html Css Color HEX #BFA120 Buddha Gold

📋 copy color: '#BFA120'

red 191 ◦ green 161 ◦ blue 32

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

Shades of Buddha Gold #BFA120

Tints of Buddha Gold #BFA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.93%

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 49.74%
G = 41.93%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFA120 (or 0xBFA120) is known color: Buddha Gold. HEX triplet: BF, A1 and 20. RGB value is (191,161,32). Sum of RGB (Red+Green+Blue) = 191+161+32=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA120 is #405EDF. Grayscale: #9B9B9B. Windows color (decimal): -4218592 or 2138559. OLE color: 2138559.

HSL color Cylindrical-coordinate representation of color #BFA120: hue angle of 48.68º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFA120 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 161 32 -
CMYK 0 0.16 0.83 0.25
HSL 48.68º 0.71% 0.44% -
HSV(B) 48.68º 0.83% 0.75% -
XYZ 34.49 36.67 6.63 -
YUV 155.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 191 161 32 0 0.16 0.83 0.25 48.68 0.71 0.44
Hex BF A1 20 0 10 53 19 31 47 2C
Octal 277 241 40 0 20 123 31 61 107 54
Binary 10111111 10100001 100000 0 10000 1010011 11001 110001 1000111 101100

Color Harmonies of #BFA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA120

Black with #BFA120

Text Example


Text Example

White with #BFA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA120; }

 p { color: rgb(191,161,32); }

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

background-color css

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

 a { background-color: rgb(191,161,32); }

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

border-color css

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

 span { border-color: rgb(191,161,32); }

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