Html Css Color HEX #BFA31E Buddha Gold

📋 copy color: '#BFA31E'

red 191 ◦ green 163 ◦ blue 30

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

Shades of Buddha Gold #BFA31E

Tints of Buddha Gold #BFA31E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.45%

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

R = 49.74%
G = 42.45%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BFA31E (or 0xBFA31E) is known color: Buddha Gold. HEX triplet: BF, A3 and 1E. RGB value is (191,163,30). Sum of RGB (Red+Green+Blue) = 191+163+30=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA31E is #405CE1. Grayscale: #9C9C9C. Windows color (decimal): -4218082 or 2007999. OLE color: 2007999.

HSL color Cylindrical-coordinate representation of color #BFA31E: hue angle of 49.57º 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 #BFA31E is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 163 30 -
CMYK 0 0.15 0.84 0.25
HSL 49.57º 0.73% 0.43% -
HSV(B) 49.57º 0.84% 0.75% -
XYZ 34.82 37.36 6.61 -
YUV 156.21 56.78 152.81 -
System Red Green Blue C M Y K H S L
Decimal 191 163 30 0 0.15 0.84 0.25 49.57 0.73 0.43
Hex BF A3 1E 0 F 54 19 32 49 2B
Octal 277 243 36 0 17 124 31 62 111 53
Binary 10111111 10100011 11110 0 1111 1010100 11001 110010 1001001 101011

Color Harmonies of #BFA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA31E

Black with #BFA31E

Text Example


Text Example

White with #BFA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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