Html Css Color HEX #BFA11D Buddha Gold

📋 copy color: '#BFA11D'

red 191 ◦ green 161 ◦ blue 29

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

Shades of Buddha Gold #BFA11D

Tints of Buddha Gold #BFA11D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.26%

 BLUE value IS 29 (11.72% from 255) = 7.61%

R = 50.13%
G = 42.26%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BFA11D (or 0xBFA11D) is known color: Buddha Gold. HEX triplet: BF, A1 and 1D. RGB value is (191,161,29). Sum of RGB (Red+Green+Blue) = 191+161+29=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA11D is #405EE2. Grayscale: #9B9B9B. Windows color (decimal): -4218595 or 1941951. OLE color: 1941951.

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

Color convert

RGB 191 161 29 -
CMYK 0 0.16 0.85 0.25
HSL 48.89º 0.74% 0.43% -
HSV(B) 48.89º 0.85% 0.75% -
XYZ 34.45 36.65 6.42 -
YUV 154.92 56.94 153.73 -
System Red Green Blue C M Y K H S L
Decimal 191 161 29 0 0.16 0.85 0.25 48.89 0.74 0.43
Hex BF A1 1D 0 10 55 19 31 4A 2B
Octal 277 241 35 0 20 125 31 61 112 53
Binary 10111111 10100001 11101 0 10000 1010101 11001 110001 1001010 101011

Color Harmonies of #BFA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA11D

Black with #BFA11D

Text Example


Text Example

White with #BFA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA11D; }

 p { color: rgb(191,161,29); }

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

background-color css

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

 a { background-color: rgb(191,161,29); }

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

border-color css

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

 span { border-color: rgb(191,161,29); }

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