Html Css Color HEX #BFA403 Buddha Gold

📋 copy color: '#BFA403'

red 191 ◦ green 164 ◦ blue 3

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

Shades of Buddha Gold #BFA403

Tints of Buddha Gold #BFA403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 53.35%
G = 45.81%
B = 0.84%

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

#BFA403 (or 0xBFA403) is known color: Buddha Gold. HEX triplet: BF, A4 and 03. RGB value is (191,164,3). Sum of RGB (Red+Green+Blue) = 191+164+3=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA403 is #405BFC. Grayscale: #9A9A9A. Windows color (decimal): -4217853 or 238783. OLE color: 238783.

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

Color convert

RGB 191 164 3 -
CMYK 0 0.14 0.98 0.25
HSL 51.38º 0.97% 0.38% -
HSV(B) 51.38º 0.98% 0.75% -
XYZ 34.78 37.63 5.52 -
YUV 153.72 42.95 154.59 -
System Red Green Blue C M Y K H S L
Decimal 191 164 3 0 0.14 0.98 0.25 51.38 0.97 0.38
Hex BF A4 3 0 E 62 19 33 61 26
Octal 277 244 3 0 16 142 31 63 141 46
Binary 10111111 10100100 11 0 1110 1100010 11001 110011 1100001 100110

Color Harmonies of #BFA403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA403

Black with #BFA403

Text Example


Text Example

White with #BFA403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA403; }

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

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

background-color css

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

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

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

border-color css

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

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

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