Html Css Color HEX #BFA700 Buddha Gold

📋 copy color: '#BFA700'

red 191 ◦ green 167 ◦ blue 0

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

Shades of Buddha Gold #BFA700

Tints of Buddha Gold #BFA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.35%
G = 46.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BFA700 (or 0xBFA700) is known color: Buddha Gold. HEX triplet: BF, A7 and 00. RGB value is (191,167,0). Sum of RGB (Red+Green+Blue) = 191+167+0=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA700 is #4058FF. Grayscale: #9B9B9B. Windows color (decimal): -4217088 or 42943. OLE color: 42943.

HSL color Cylindrical-coordinate representation of color #BFA700: hue angle of 52.46º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFA700 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 167 0 -
CMYK 0 0.13 1 0.25
HSL 52.46º 1% 0.37% -
HSV(B) 52.46º 1% 0.75% -
XYZ 35.3 38.71 5.61 -
YUV 155.14 40.45 153.58 -
System Red Green Blue C M Y K H S L
Decimal 191 167 0 0 0.13 1 0.25 52.46 1 0.37
Hex BF A7 0 0 D 64 19 34 64 25
Octal 277 247 0 0 15 144 31 64 144 45
Binary 10111111 10100111 0 0 1101 1100100 11001 110100 1100100 100101

Color Harmonies of #BFA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA700

Black with #BFA700

Text Example


Text Example

White with #BFA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA700; }

 p { color: rgb(191,167,0); }

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

background-color css

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

 a { background-color: rgb(191,167,0); }

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

border-color css

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

 span { border-color: rgb(191,167,0); }

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