Html Css Color HEX #BFA807 Buddha Gold

📋 copy color: '#BFA807'

red 191 ◦ green 168 ◦ blue 7

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

Shades of Buddha Gold #BFA807

Tints of Buddha Gold #BFA807

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.9%

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

R = 52.19%
G = 45.9%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BFA807 (or 0xBFA807) is known color: Buddha Gold. HEX triplet: BF, A8 and 07. RGB value is (191,168,7). Sum of RGB (Red+Green+Blue) = 191+168+7=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA807 is #4057F8. Grayscale: #9D9D9D. Windows color (decimal): -4216825 or 501951. OLE color: 501951.

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

Color convert

RGB 191 168 7 -
CMYK 0 0.12 0.96 0.25
HSL 52.5º 0.93% 0.39% -
HSV(B) 52.5º 0.96% 0.75% -
XYZ 35.53 39.1 5.88 -
YUV 156.52 43.62 152.59 -
System Red Green Blue C M Y K H S L
Decimal 191 168 7 0 0.12 0.96 0.25 52.5 0.93 0.39
Hex BF A8 7 0 C 60 19 34 5D 27
Octal 277 250 7 0 14 140 31 64 135 47
Binary 10111111 10101000 111 0 1100 1100000 11001 110100 1011101 100111

Color Harmonies of #BFA807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA807

Black with #BFA807

Text Example


Text Example

White with #BFA807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA807; }

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

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

background-color css

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

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

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

border-color css

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

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

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