Html Css Color HEX #BFA00F Buddha Gold

📋 copy color: '#BFA00F'

red 191 ◦ green 160 ◦ blue 15

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

Shades of Buddha Gold #BFA00F

Tints of Buddha Gold #BFA00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.1%

R = 52.19%
G = 43.72%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BFA00F (or 0xBFA00F) is known color: Buddha Gold. HEX triplet: BF, A0 and 0F. RGB value is (191,160,15). Sum of RGB (Red+Green+Blue) = 191+160+15=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA00F is #405FF0. Grayscale: #999999. Windows color (decimal): -4218865 or 1024191. OLE color: 1024191.

HSL color Cylindrical-coordinate representation of color #BFA00F: hue angle of 49.43º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFA00F is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 160 15 -
CMYK 0 0.16 0.92 0.25
HSL 49.43º 0.85% 0.4% -
HSV(B) 49.43º 0.92% 0.75% -
XYZ 34.14 36.25 5.65 -
YUV 152.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 191 160 15 0 0.16 0.92 0.25 49.43 0.85 0.4
Hex BF A0 F 0 10 5C 19 31 55 28
Octal 277 240 17 0 20 134 31 61 125 50
Binary 10111111 10100000 1111 0 10000 1011100 11001 110001 1010101 101000

Color Harmonies of #BFA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA00F

Black with #BFA00F

Text Example


Text Example

White with #BFA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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