Html Css Color HEX #BF9514 Buddha Gold

📋 copy color: '#BF9514'

red 191 ◦ green 149 ◦ blue 20

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

Shades of Buddha Gold #BF9514

Tints of Buddha Gold #BF9514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.39%

 BLUE value IS 20 (8.2% from 255) = 5.56%

R = 53.06%
G = 41.39%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF9514 (or 0xBF9514) is known color: Buddha Gold. HEX triplet: BF, 95 and 14. RGB value is (191,149,20). Sum of RGB (Red+Green+Blue) = 191+149+20=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9514 is #406AEB. Grayscale: #939393. Windows color (decimal): -4221676 or 1349055. OLE color: 1349055.

HSL color Cylindrical-coordinate representation of color #BF9514: hue angle of 45.26º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF9514 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 149 20 -
CMYK 0 0.22 0.90 0.25
HSL 45.26º 0.81% 0.41% -
HSV(B) 45.26º 0.9% 0.75% -
XYZ 32.36 32.62 5.25 -
YUV 146.85 56.41 159.49 -
System Red Green Blue C M Y K H S L
Decimal 191 149 20 0 0.22 0.90 0.25 45.26 0.81 0.41
Hex BF 95 14 0 16 5A 19 2D 51 29
Octal 277 225 24 0 26 132 31 55 121 51
Binary 10111111 10010101 10100 0 10110 1011010 11001 101101 1010001 101001

Color Harmonies of #BF9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9514

Black with #BF9514

Text Example


Text Example

White with #BF9514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9514; }

 p { color: rgb(191,149,20); }

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

background-color css

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

 a { background-color: rgb(191,149,20); }

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

border-color css

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

 span { border-color: rgb(191,149,20); }

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