Html Css Color HEX #BFA311 Buddha Gold

📋 copy color: '#BFA311'

red 191 ◦ green 163 ◦ blue 17

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

Shades of Buddha Gold #BFA311

Tints of Buddha Gold #BFA311

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.94%

 BLUE value IS 17 (7.03% from 255) = 4.58%

R = 51.48%
G = 43.94%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFA311 (or 0xBFA311) is known color: Buddha Gold. HEX triplet: BF, A3 and 11. RGB value is (191,163,17). Sum of RGB (Red+Green+Blue) = 191+163+17=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA311 is #405CEE. Grayscale: #9B9B9B. Windows color (decimal): -4218095 or 1156031. OLE color: 1156031.

HSL color Cylindrical-coordinate representation of color #BFA311: hue angle of 50.34º degrees, saturation: 0.84, 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 #BFA311 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 163 17 -
CMYK 0 0.15 0.91 0.25
HSL 50.34º 0.84% 0.41% -
HSV(B) 50.34º 0.91% 0.75% -
XYZ 34.68 37.31 5.9 -
YUV 154.73 50.28 153.87 -
System Red Green Blue C M Y K H S L
Decimal 191 163 17 0 0.15 0.91 0.25 50.34 0.84 0.41
Hex BF A3 11 0 F 5B 19 32 54 29
Octal 277 243 21 0 17 133 31 62 124 51
Binary 10111111 10100011 10001 0 1111 1011011 11001 110010 1010100 101001

Color Harmonies of #BFA311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA311

Black with #BFA311

Text Example


Text Example

White with #BFA311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA311; }

 p { color: rgb(191,163,17); }

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

background-color css

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

 a { background-color: rgb(191,163,17); }

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

border-color css

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

 span { border-color: rgb(191,163,17); }

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