Html Css Color HEX #BF9A19 Buddha Gold

📋 copy color: '#BF9A19'

red 191 ◦ green 154 ◦ blue 25

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

Shades of Buddha Gold #BF9A19

Tints of Buddha Gold #BF9A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.76%

R = 51.62%
G = 41.62%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF9A19 (or 0xBF9A19) is known color: Buddha Gold. HEX triplet: BF, 9A and 19. RGB value is (191,154,25). Sum of RGB (Red+Green+Blue) = 191+154+25=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A19 is #4065E6. Grayscale: #969696. Windows color (decimal): -4220391 or 1678015. OLE color: 1678015.

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

Color convert

RGB 191 154 25 -
CMYK 0 0.19 0.87 0.25
HSL 46.63º 0.77% 0.42% -
HSV(B) 46.63º 0.87% 0.75% -
XYZ 33.22 34.26 5.78 -
YUV 150.36 57.26 156.99 -
System Red Green Blue C M Y K H S L
Decimal 191 154 25 0 0.19 0.87 0.25 46.63 0.77 0.42
Hex BF 9A 19 0 13 57 19 2F 4D 2A
Octal 277 232 31 0 23 127 31 57 115 52
Binary 10111111 10011010 11001 0 10011 1010111 11001 101111 1001101 101010

Color Harmonies of #BF9A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A19

Black with #BF9A19

Text Example


Text Example

White with #BF9A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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