Html Css Color HEX #BFA102 Buddha Gold

📋 copy color: '#BFA102'

red 191 ◦ green 161 ◦ blue 2

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

Shades of Buddha Gold #BFA102

Tints of Buddha Gold #BFA102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 53.95%
G = 45.48%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BFA102 (or 0xBFA102) is known color: Buddha Gold. HEX triplet: BF, A1 and 02. RGB value is (191,161,2). Sum of RGB (Red+Green+Blue) = 191+161+2=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA102 is #405EFD. Grayscale: #989898. Windows color (decimal): -4218622 or 172479. OLE color: 172479.

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

Color convert

RGB 191 161 2 -
CMYK 0 0.16 0.99 0.25
HSL 50.48º 0.98% 0.38% -
HSV(B) 50.48º 0.99% 0.75% -
XYZ 34.24 36.57 5.31 -
YUV 151.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 191 161 2 0 0.16 0.99 0.25 50.48 0.98 0.38
Hex BF A1 2 0 10 63 19 32 62 26
Octal 277 241 2 0 20 143 31 62 142 46
Binary 10111111 10100001 10 0 10000 1100011 11001 110010 1100010 100110

Color Harmonies of #BFA102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA102

Black with #BFA102

Text Example


Text Example

White with #BFA102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA102; }

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

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

background-color css

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

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

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

border-color css

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

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

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