Html Css Color HEX #BFA121 Buddha Gold

📋 copy color: '#BFA121'

red 191 ◦ green 161 ◦ blue 33

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

Shades of Buddha Gold #BFA121

Tints of Buddha Gold #BFA121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.57%

R = 49.61%
G = 41.82%
B = 8.57%

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

#BFA121 (or 0xBFA121) is known color: Buddha Gold. HEX triplet: BF, A1 and 21. RGB value is (191,161,33). Sum of RGB (Red+Green+Blue) = 191+161+33=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA121 is #405EDE. Grayscale: #9B9B9B. Windows color (decimal): -4218591 or 2204095. OLE color: 2204095.

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

Color convert

RGB 191 161 33 -
CMYK 0 0.16 0.83 0.25
HSL 48.61º 0.71% 0.44% -
HSV(B) 48.61º 0.83% 0.75% -
XYZ 34.51 36.68 6.7 -
YUV 155.38 58.94 153.41 -
System Red Green Blue C M Y K H S L
Decimal 191 161 33 0 0.16 0.83 0.25 48.61 0.71 0.44
Hex BF A1 21 0 10 53 19 31 47 2C
Octal 277 241 41 0 20 123 31 61 107 54
Binary 10111111 10100001 100001 0 10000 1010011 11001 110001 1000111 101100

Color Harmonies of #BFA121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA121

Black with #BFA121

Text Example


Text Example

White with #BFA121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA121; }

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

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

background-color css

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

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

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

border-color css

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

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

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