Html Css Color HEX #BFA201 Buddha Gold

📋 copy color: '#BFA201'

red 191 ◦ green 162 ◦ blue 1

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

Shades of Buddha Gold #BFA201

Tints of Buddha Gold #BFA201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.76%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 53.95%
G = 45.76%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BFA201 (or 0xBFA201) is known color: Buddha Gold. HEX triplet: BF, A2 and 01. RGB value is (191,162,1). Sum of RGB (Red+Green+Blue) = 191+162+1=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA201 is #405DFE. Grayscale: #989898. Windows color (decimal): -4218367 or 107199. OLE color: 107199.

HSL color Cylindrical-coordinate representation of color #BFA201: hue angle of 50.84º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFA201 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 162 1 -
CMYK 0 0.15 0.99 0.25
HSL 50.84º 0.99% 0.38% -
HSV(B) 50.84º 0.99% 0.75% -
XYZ 34.41 36.92 5.34 -
YUV 152.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 191 162 1 0 0.15 0.99 0.25 50.84 0.99 0.38
Hex BF A2 1 0 F 63 19 33 63 26
Octal 277 242 1 0 17 143 31 63 143 46
Binary 10111111 10100010 1 0 1111 1100011 11001 110011 1100011 100110

Color Harmonies of #BFA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA201

Black with #BFA201

Text Example


Text Example

White with #BFA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA201; }

 p { color: rgb(191,162,1); }

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

background-color css

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

 a { background-color: rgb(191,162,1); }

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

border-color css

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

 span { border-color: rgb(191,162,1); }

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