Html Css Color HEX #BF9913 Buddha Gold

📋 copy color: '#BF9913'

red 191 ◦ green 153 ◦ blue 19

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

Shades of Buddha Gold #BF9913

Tints of Buddha Gold #BF9913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.23%

R = 52.62%
G = 42.15%
B = 5.23%

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

#BF9913 (or 0xBF9913) is known color: Buddha Gold. HEX triplet: BF, 99 and 13. RGB value is (191,153,19). Sum of RGB (Red+Green+Blue) = 191+153+19=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9913 is #4066EC. Grayscale: #959595. Windows color (decimal): -4220653 or 1284543. OLE color: 1284543.

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

Color convert

RGB 191 153 19 -
CMYK 0 0.20 0.90 0.25
HSL 46.74º 0.82% 0.41% -
HSV(B) 46.74º 0.9% 0.75% -
XYZ 32.99 33.91 5.42 -
YUV 149.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 191 153 19 0 0.20 0.90 0.25 46.74 0.82 0.41
Hex BF 99 13 0 14 5A 19 2F 52 29
Octal 277 231 23 0 24 132 31 57 122 51
Binary 10111111 10011001 10011 0 10100 1011010 11001 101111 1010010 101001

Color Harmonies of #BF9913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9913

Black with #BF9913

Text Example


Text Example

White with #BF9913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9913; }

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

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

background-color css

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

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

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

border-color css

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

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

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