Html Css Color HEX #BF9314 Buddha Gold

📋 copy color: '#BF9314'

red 191 ◦ green 147 ◦ blue 20

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

Shades of Buddha Gold #BF9314

Tints of Buddha Gold #BF9314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.06%

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

R = 53.35%
G = 41.06%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF9314 (or 0xBF9314) is known color: Buddha Gold. HEX triplet: BF, 93 and 14. RGB value is (191,147,20). Sum of RGB (Red+Green+Blue) = 191+147+20=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9314 is #406CEB. Grayscale: #929292. Windows color (decimal): -4222188 or 1348543. OLE color: 1348543.

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

Color convert

RGB 191 147 20 -
CMYK 0 0.23 0.90 0.25
HSL 44.56º 0.81% 0.41% -
HSV(B) 44.56º 0.9% 0.75% -
XYZ 32.05 31.99 5.15 -
YUV 145.68 57.08 160.33 -
System Red Green Blue C M Y K H S L
Decimal 191 147 20 0 0.23 0.90 0.25 44.56 0.81 0.41
Hex BF 93 14 0 17 5A 19 2D 51 29
Octal 277 223 24 0 27 132 31 55 121 51
Binary 10111111 10010011 10100 0 10111 1011010 11001 101101 1010001 101001

Color Harmonies of #BF9314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9314

Black with #BF9314

Text Example


Text Example

White with #BF9314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9314; }

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

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

background-color css

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

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

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

border-color css

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

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

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