Html Css Color HEX #BFA801 Buddha Gold

📋 copy color: '#BFA801'

red 191 ◦ green 168 ◦ blue 1

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

Shades of Buddha Gold #BFA801

Tints of Buddha Gold #BFA801

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.67%

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

R = 53.06%
G = 46.67%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BFA801 (or 0xBFA801) is known color: Buddha Gold. HEX triplet: BF, A8 and 01. RGB value is (191,168,1). Sum of RGB (Red+Green+Blue) = 191+168+1=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA801 is #4057FE. Grayscale: #9C9C9C. Windows color (decimal): -4216831 or 108735. OLE color: 108735.

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

Color convert

RGB 191 168 1 -
CMYK 0 0.12 0.99 0.25
HSL 52.74º 0.99% 0.38% -
HSV(B) 52.74º 0.99% 0.75% -
XYZ 35.49 39.08 5.7 -
YUV 155.84 40.62 153.08 -
System Red Green Blue C M Y K H S L
Decimal 191 168 1 0 0.12 0.99 0.25 52.74 0.99 0.38
Hex BF A8 1 0 C 63 19 35 63 26
Octal 277 250 1 0 14 143 31 65 143 46
Binary 10111111 10101000 1 0 1100 1100011 11001 110101 1100011 100110

Color Harmonies of #BFA801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA801

Black with #BFA801

Text Example


Text Example

White with #BFA801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA801; }

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

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

background-color css

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

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

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

border-color css

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

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

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