Html Css Color HEX #BFA712 Buddha Gold

📋 copy color: '#BFA712'

red 191 ◦ green 167 ◦ blue 18

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

Shades of Buddha Gold #BFA712

Tints of Buddha Gold #BFA712

RGB

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

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

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

R = 50.8%
G = 44.41%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFA712 (or 0xBFA712) is known color: Buddha Gold. HEX triplet: BF, A7 and 12. RGB value is (191,167,18). Sum of RGB (Red+Green+Blue) = 191+167+18=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA712 is #4058ED. Grayscale: #9D9D9D. Windows color (decimal): -4217070 or 1222591. OLE color: 1222591.

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

Color convert

RGB 191 167 18 -
CMYK 0 0.13 0.91 0.25
HSL 51.68º 0.83% 0.41% -
HSV(B) 51.68º 0.91% 0.75% -
XYZ 35.41 38.76 6.19 -
YUV 157.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 191 167 18 0 0.13 0.91 0.25 51.68 0.83 0.41
Hex BF A7 12 0 D 5B 19 34 53 29
Octal 277 247 22 0 15 133 31 64 123 51
Binary 10111111 10100111 10010 0 1101 1011011 11001 110100 1010011 101001

Color Harmonies of #BFA712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA712

Black with #BFA712

Text Example


Text Example

White with #BFA712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA712; }

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

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

background-color css

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

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

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

border-color css

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

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

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