Html Css Color HEX #BFA307 Buddha Gold

📋 copy color: '#BFA307'

red 191 ◦ green 163 ◦ blue 7

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

Shades of Buddha Gold #BFA307

Tints of Buddha Gold #BFA307

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.15%

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 52.91%
G = 45.15%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BFA307 (or 0xBFA307) is known color: Buddha Gold. HEX triplet: BF, A3 and 07. RGB value is (191,163,7). Sum of RGB (Red+Green+Blue) = 191+163+7=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA307 is #405CF8. Grayscale: #9A9A9A. Windows color (decimal): -4218105 or 500671. OLE color: 500671.

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

Color convert

RGB 191 163 7 -
CMYK 0 0.15 0.96 0.25
HSL 50.87º 0.93% 0.39% -
HSV(B) 50.87º 0.96% 0.75% -
XYZ 34.62 37.29 5.57 -
YUV 153.59 45.28 154.68 -
System Red Green Blue C M Y K H S L
Decimal 191 163 7 0 0.15 0.96 0.25 50.87 0.93 0.39
Hex BF A3 7 0 F 60 19 33 5D 27
Octal 277 243 7 0 17 140 31 63 135 47
Binary 10111111 10100011 111 0 1111 1100000 11001 110011 1011101 100111

Color Harmonies of #BFA307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA307

Black with #BFA307

Text Example


Text Example

White with #BFA307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA307; }

 p { color: rgb(191,163,7); }

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

background-color css

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

 a { background-color: rgb(191,163,7); }

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

border-color css

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

 span { border-color: rgb(191,163,7); }

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