Html Css Color HEX #BFA012 Buddha Gold

📋 copy color: '#BFA012'

red 191 ◦ green 160 ◦ blue 18

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

Shades of Buddha Gold #BFA012

Tints of Buddha Gold #BFA012

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.36%

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 51.76%
G = 43.36%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFA012 (or 0xBFA012) is known color: Buddha Gold. HEX triplet: BF, A0 and 12. RGB value is (191,160,18). Sum of RGB (Red+Green+Blue) = 191+160+18=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA012 is #405FED. Grayscale: #999999. Windows color (decimal): -4218862 or 1220799. OLE color: 1220799.

HSL color Cylindrical-coordinate representation of color #BFA012: hue angle of 49.25º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFA012 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 160 18 -
CMYK 0 0.16 0.91 0.25
HSL 49.25º 0.83% 0.41% -
HSV(B) 49.25º 0.91% 0.75% -
XYZ 34.17 36.26 5.77 -
YUV 153.08 51.77 155.05 -
System Red Green Blue C M Y K H S L
Decimal 191 160 18 0 0.16 0.91 0.25 49.25 0.83 0.41
Hex BF A0 12 0 10 5B 19 31 53 29
Octal 277 240 22 0 20 133 31 61 123 51
Binary 10111111 10100000 10010 0 10000 1011011 11001 110001 1010011 101001

Color Harmonies of #BFA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA012

Black with #BFA012

Text Example


Text Example

White with #BFA012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA012; }

 p { color: rgb(191,160,18); }

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

background-color css

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

 a { background-color: rgb(191,160,18); }

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

border-color css

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

 span { border-color: rgb(191,160,18); }

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