Html Css Color HEX #BFA20C Buddha Gold

📋 copy color: '#BFA20C'

red 191 ◦ green 162 ◦ blue 12

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

Shades of Buddha Gold #BFA20C

Tints of Buddha Gold #BFA20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.29%

R = 52.33%
G = 44.38%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BFA20C (or 0xBFA20C) is known color: Buddha Gold. HEX triplet: BF, A2 and 0C. RGB value is (191,162,12). Sum of RGB (Red+Green+Blue) = 191+162+12=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA20C is #405DF3. Grayscale: #9A9A9A. Windows color (decimal): -4218356 or 828095. OLE color: 828095.

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

Color convert

RGB 191 162 12 -
CMYK 0 0.15 0.94 0.25
HSL 50.28º 0.88% 0.4% -
HSV(B) 50.28º 0.94% 0.75% -
XYZ 34.47 36.94 5.66 -
YUV 153.57 48.11 154.7 -
System Red Green Blue C M Y K H S L
Decimal 191 162 12 0 0.15 0.94 0.25 50.28 0.88 0.4
Hex BF A2 C 0 F 5E 19 32 58 28
Octal 277 242 14 0 17 136 31 62 130 50
Binary 10111111 10100010 1100 0 1111 1011110 11001 110010 1011000 101000

Color Harmonies of #BFA20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA20C

Black with #BFA20C

Text Example


Text Example

White with #BFA20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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