Html Css Color HEX #BF9A1E Buddha Gold

📋 copy color: '#BF9A1E'

red 191 ◦ green 154 ◦ blue 30

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

Shades of Buddha Gold #BF9A1E

Tints of Buddha Gold #BF9A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8%

R = 50.93%
G = 41.07%
B = 8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF9A1E (or 0xBF9A1E) is known color: Buddha Gold. HEX triplet: BF, 9A and 1E. RGB value is (191,154,30). Sum of RGB (Red+Green+Blue) = 191+154+30=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9A1E is #4065E1. Grayscale: #979797. Windows color (decimal): -4220386 or 2005695. OLE color: 2005695.

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

Color convert

RGB 191 154 30 -
CMYK 0 0.19 0.84 0.25
HSL 46.21º 0.73% 0.43% -
HSV(B) 46.21º 0.84% 0.75% -
XYZ 33.28 34.28 6.09 -
YUV 150.93 59.76 156.58 -
System Red Green Blue C M Y K H S L
Decimal 191 154 30 0 0.19 0.84 0.25 46.21 0.73 0.43
Hex BF 9A 1E 0 13 54 19 2E 49 2B
Octal 277 232 36 0 23 124 31 56 111 53
Binary 10111111 10011010 11110 0 10011 1010100 11001 101110 1001001 101011

Color Harmonies of #BF9A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A1E

Black with #BF9A1E

Text Example


Text Example

White with #BF9A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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