Html Css Color HEX #BF9914 Buddha Gold

📋 copy color: '#BF9914'

red 191 ◦ green 153 ◦ blue 20

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

Shades of Buddha Gold #BF9914

Tints of Buddha Gold #BF9914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.03%

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

R = 52.47%
G = 42.03%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF9914 (or 0xBF9914) is known color: Buddha Gold. HEX triplet: BF, 99 and 14. RGB value is (191,153,20). Sum of RGB (Red+Green+Blue) = 191+153+20=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9914 is #4066EB. Grayscale: #959595. Windows color (decimal): -4220652 or 1350079. OLE color: 1350079.

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

Color convert

RGB 191 153 20 -
CMYK 0 0.20 0.90 0.25
HSL 46.67º 0.81% 0.41% -
HSV(B) 46.67º 0.9% 0.75% -
XYZ 33 33.91 5.47 -
YUV 149.2 55.09 157.81 -
System Red Green Blue C M Y K H S L
Decimal 191 153 20 0 0.20 0.90 0.25 46.67 0.81 0.41
Hex BF 99 14 0 14 5A 19 2F 51 29
Octal 277 231 24 0 24 132 31 57 121 51
Binary 10111111 10011001 10100 0 10100 1011010 11001 101111 1010001 101001

Color Harmonies of #BF9914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9914

Black with #BF9914

Text Example


Text Example

White with #BF9914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9914; }

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

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

background-color css

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

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

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

border-color css

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

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

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