Html Css Color HEX #BFA504 Buddha Gold

📋 copy color: '#BFA504'

red 191 ◦ green 165 ◦ blue 4

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

Shades of Buddha Gold #BFA504

Tints of Buddha Gold #BFA504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.83%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 53.06%
G = 45.83%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BFA504 (or 0xBFA504) is known color: Buddha Gold. HEX triplet: BF, A5 and 04. RGB value is (191,165,4). Sum of RGB (Red+Green+Blue) = 191+165+4=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA504 is #405AFB. Grayscale: #9B9B9B. Windows color (decimal): -4217596 or 304575. OLE color: 304575.

HSL color Cylindrical-coordinate representation of color #BFA504: hue angle of 51.66º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFA504 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 165 4 -
CMYK 0 0.14 0.98 0.25
HSL 51.66º 0.96% 0.38% -
HSV(B) 51.66º 0.98% 0.75% -
XYZ 34.96 38 5.61 -
YUV 154.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 191 165 4 0 0.14 0.98 0.25 51.66 0.96 0.38
Hex BF A5 4 0 E 62 19 34 60 26
Octal 277 245 4 0 16 142 31 64 140 46
Binary 10111111 10100101 100 0 1110 1100010 11001 110100 1100000 100110

Color Harmonies of #BFA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA504

Black with #BFA504

Text Example


Text Example

White with #BFA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA504; }

 p { color: rgb(191,165,4); }

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

background-color css

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

 a { background-color: rgb(191,165,4); }

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

border-color css

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

 span { border-color: rgb(191,165,4); }

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