Html Css Color HEX #BF9A04 Buddha Gold

📋 copy color: '#BF9A04'

red 191 ◦ green 154 ◦ blue 4

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

Shades of Buddha Gold #BF9A04

Tints of Buddha Gold #BF9A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 54.73%
G = 44.13%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF9A04 (or 0xBF9A04) is known color: Buddha Gold. HEX triplet: BF, 9A and 04. RGB value is (191,154,4). Sum of RGB (Red+Green+Blue) = 191+154+4=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A04 is #4065FB. Grayscale: #949494. Windows color (decimal): -4220412 or 301759. OLE color: 301759.

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

Color convert

RGB 191 154 4 -
CMYK 0 0.19 0.98 0.25
HSL 48.13º 0.96% 0.38% -
HSV(B) 48.13º 0.98% 0.75% -
XYZ 33.06 34.2 4.97 -
YUV 147.96 46.76 158.7 -
System Red Green Blue C M Y K H S L
Decimal 191 154 4 0 0.19 0.98 0.25 48.13 0.96 0.38
Hex BF 9A 4 0 13 62 19 30 60 26
Octal 277 232 4 0 23 142 31 60 140 46
Binary 10111111 10011010 100 0 10011 1100010 11001 110000 1100000 100110

Color Harmonies of #BF9A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A04

Black with #BF9A04

Text Example


Text Example

White with #BF9A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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