Html Css Color HEX #BFA512 Buddha Gold

📋 copy color: '#BFA512'

red 191 ◦ green 165 ◦ blue 18

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

Shades of Buddha Gold #BFA512

Tints of Buddha Gold #BFA512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.12%

 BLUE value IS 18 (7.42% from 255) = 4.81%

R = 51.07%
G = 44.12%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFA512 (or 0xBFA512) is known color: Buddha Gold. HEX triplet: BF, A5 and 12. RGB value is (191,165,18). Sum of RGB (Red+Green+Blue) = 191+165+18=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA512 is #405AED. Grayscale: #9C9C9C. Windows color (decimal): -4217582 or 1222079. OLE color: 1222079.

HSL color Cylindrical-coordinate representation of color #BFA512: hue angle of 50.98º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFA512 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 165 18 -
CMYK 0 0.14 0.91 0.25
HSL 50.98º 0.83% 0.41% -
HSV(B) 50.98º 0.91% 0.75% -
XYZ 35.05 38.03 6.07 -
YUV 156.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 191 165 18 0 0.14 0.91 0.25 50.98 0.83 0.41
Hex BF A5 12 0 E 5B 19 33 53 29
Octal 277 245 22 0 16 133 31 63 123 51
Binary 10111111 10100101 10010 0 1110 1011011 11001 110011 1010011 101001

Color Harmonies of #BFA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA512

Black with #BFA512

Text Example


Text Example

White with #BFA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA512; }

 p { color: rgb(191,165,18); }

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

background-color css

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

 a { background-color: rgb(191,165,18); }

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

border-color css

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

 span { border-color: rgb(191,165,18); }

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