Html Css Color HEX #BF9A16 Buddha Gold

📋 copy color: '#BF9A16'

red 191 ◦ green 154 ◦ blue 22

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

Shades of Buddha Gold #BF9A16

Tints of Buddha Gold #BF9A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.96%

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 52.04%
G = 41.96%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF9A16 (or 0xBF9A16) is known color: Buddha Gold. HEX triplet: BF, 9A and 16. RGB value is (191,154,22). Sum of RGB (Red+Green+Blue) = 191+154+22=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A16 is #4065E9. Grayscale: #969696. Windows color (decimal): -4220394 or 1481407. OLE color: 1481407.

HSL color Cylindrical-coordinate representation of color #BF9A16: hue angle of 46.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF9A16 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 154 22 -
CMYK 0 0.19 0.88 0.25
HSL 46.86º 0.79% 0.42% -
HSV(B) 46.86º 0.88% 0.75% -
XYZ 33.19 34.25 5.62 -
YUV 150.02 55.76 157.23 -
System Red Green Blue C M Y K H S L
Decimal 191 154 22 0 0.19 0.88 0.25 46.86 0.79 0.42
Hex BF 9A 16 0 13 58 19 2F 4F 2A
Octal 277 232 26 0 23 130 31 57 117 52
Binary 10111111 10011010 10110 0 10011 1011000 11001 101111 1001111 101010

Color Harmonies of #BF9A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A16

Black with #BF9A16

Text Example


Text Example

White with #BF9A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A16; }

 p { color: rgb(191,154,22); }

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

background-color css

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

 a { background-color: rgb(191,154,22); }

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

border-color css

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

 span { border-color: rgb(191,154,22); }

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