Html Css Color HEX #BFA411 Buddha Gold

📋 copy color: '#BFA411'

red 191 ◦ green 164 ◦ blue 17

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

Shades of Buddha Gold #BFA411

Tints of Buddha Gold #BFA411

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.09%

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

R = 51.34%
G = 44.09%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFA411 (or 0xBFA411) is known color: Buddha Gold. HEX triplet: BF, A4 and 11. RGB value is (191,164,17). Sum of RGB (Red+Green+Blue) = 191+164+17=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA411 is #405BEE. Grayscale: #9B9B9B. Windows color (decimal): -4217839 or 1156287. OLE color: 1156287.

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

Color convert

RGB 191 164 17 -
CMYK 0 0.14 0.91 0.25
HSL 50.69º 0.84% 0.41% -
HSV(B) 50.69º 0.91% 0.75% -
XYZ 34.86 37.67 5.96 -
YUV 155.32 49.95 153.45 -
System Red Green Blue C M Y K H S L
Decimal 191 164 17 0 0.14 0.91 0.25 50.69 0.84 0.41
Hex BF A4 11 0 E 5B 19 33 54 29
Octal 277 244 21 0 16 133 31 63 124 51
Binary 10111111 10100100 10001 0 1110 1011011 11001 110011 1010100 101001

Color Harmonies of #BFA411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA411

Black with #BFA411

Text Example


Text Example

White with #BFA411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA411; }

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

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

background-color css

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

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

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

border-color css

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

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

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