Html Css Color HEX #BFA003 Buddha Gold

📋 copy color: '#BFA003'

red 191 ◦ green 160 ◦ blue 3

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

Shades of Buddha Gold #BFA003

Tints of Buddha Gold #BFA003

RGB

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

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

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

R = 53.95%
G = 45.2%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BFA003 (or 0xBFA003) is known color: Buddha Gold. HEX triplet: BF, A0 and 03. RGB value is (191,160,3). Sum of RGB (Red+Green+Blue) = 191+160+3=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA003 is #405FFC. Grayscale: #989898. Windows color (decimal): -4218877 or 237759. OLE color: 237759.

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

Color convert

RGB 191 160 3 -
CMYK 0 0.16 0.98 0.25
HSL 50.11º 0.97% 0.38% -
HSV(B) 50.11º 0.98% 0.75% -
XYZ 34.07 36.22 5.28 -
YUV 151.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 191 160 3 0 0.16 0.98 0.25 50.11 0.97 0.38
Hex BF A0 3 0 10 62 19 32 61 26
Octal 277 240 3 0 20 142 31 62 141 46
Binary 10111111 10100000 11 0 10000 1100010 11001 110010 1100001 100110

Color Harmonies of #BFA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA003

Black with #BFA003

Text Example


Text Example

White with #BFA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA003; }

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

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

background-color css

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

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

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

border-color css

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

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

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