Html Css Color HEX #BFA013 Buddha Gold

📋 copy color: '#BFA013'

red 191 ◦ green 160 ◦ blue 19

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

Shades of Buddha Gold #BFA013

Tints of Buddha Gold #BFA013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.14%

R = 51.62%
G = 43.24%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BFA013 (or 0xBFA013) is known color: Buddha Gold. HEX triplet: BF, A0 and 13. RGB value is (191,160,19). Sum of RGB (Red+Green+Blue) = 191+160+19=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA013 is #405FEC. Grayscale: #999999. Windows color (decimal): -4218861 or 1286335. OLE color: 1286335.

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

Color convert

RGB 191 160 19 -
CMYK 0 0.16 0.90 0.25
HSL 49.19º 0.82% 0.41% -
HSV(B) 49.19º 0.9% 0.75% -
XYZ 34.17 36.27 5.81 -
YUV 153.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 191 160 19 0 0.16 0.90 0.25 49.19 0.82 0.41
Hex BF A0 13 0 10 5A 19 31 52 29
Octal 277 240 23 0 20 132 31 61 122 51
Binary 10111111 10100000 10011 0 10000 1011010 11001 110001 1010010 101001

Color Harmonies of #BFA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA013

Black with #BFA013

Text Example


Text Example

White with #BFA013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA013; }

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

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

background-color css

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

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

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

border-color css

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

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

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